Struct arduboy_rust::prelude::EEPROMBYTECHECKLESS
source · pub struct EEPROMBYTECHECKLESS { /* private fields */ }
Expand description
Use this struct to store and read single bytes to/from eeprom memory without using a check digit.
Unlike the other eeprom structs, this does not need to be initialised.