Arduboy2/examples
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
..
ArduBreakout Fix a minor visual glitch in ArduBreakout 2020-07-25 18:38:05 -04:00
BeepDemo Add Cabi and LodePNG to LICENSE.txt 2020-07-25 18:38:04 -04:00
Buttons Migrate example sketches 2016-06-30 19:40:17 -04:00
HelloWorld Migrate example sketches 2016-06-30 19:40:17 -04:00
PlayTune Fix comment in PlayTune sketch: Devkit -> DevKit 2017-02-07 09:57:32 -05:00
RGBled Add Cabi and LodePNG to LICENSE.txt 2020-07-25 18:38:04 -04:00
SetSystemEEPROM Make SetSystemEEPROM more C++ correct 2020-07-27 09:37:55 -04:00