Arduboy2/examples/SetSystemEEPROM
Scott Allen 5d154f817a Make SetSystemEEPROM more C++ correct
(Compiled output is identical to previous)

- Made enumerations scoped
- Changed all type byte to uint8_t
- Changed all type boolean to bool
- Changed some type unsigned int to uint16_t
- Changed C-style casts to static_cast
2020-07-27 09:37:55 -04:00
..
SetSystemEEPROM.ino Make SetSystemEEPROM more C++ correct 2020-07-27 09:37:55 -04:00