class AVR::Flash

Public Class Methods

new(size) click to toggle source
Calls superclass method AVR::Memory::new
# File lib/avr/memory/flash.rb, line 9
def initialize(size)
  super('Flash', size, 0xff)
end