Class: AVR::Flash

Inherits:
Memory show all
Extended by:
T::Sig
Defined in:
lib/avr/memory/flash.rb

Instance Attribute Summary

Attributes inherited from Memory

#memory, #name, #size, #watches

Instance Method Summary collapse

Methods inherited from Memory

#inspect, #load_from_intel_hex, #notify, #push_watch, #reset, #set_word, #unshift_watch, #watch, #word

Constructor Details

#initialize(size) ⇒ Flash

Returns a new instance of Flash.



9
10
11
# File 'lib/avr/memory/flash.rb', line 9

def initialize(size)
  super('Flash', size, 0xff)
end