Class: AVR::SRAM

Inherits:
Memory show all
Extended by:
T::Sig
Defined in:
lib/avr/memory/sram.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) ⇒ SRAM

Returns a new instance of SRAM.



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

def initialize(size)
  super('SRAM', size, 0)
end