Arduboy2/src
Pharap fe9efee4e3
Add a template overload of 'readUnitName'
This template function is provided as a convinience to help users to avoid potential buffer overrun errors at compile time.
It performs a `static_assert` to check if the provided `char` array is large enough to receive the unit name.
There should be no additional cost as the template simply calls the other `readUnitName` overload (and thus should always be inlined).
2020-04-21 05:04:05 +01:00
..
Arduboy2.cpp Make Rect and Point's constructors constexpr 2020-02-21 18:18:15 +00:00
Arduboy2.h Add a template overload of 'readUnitName' 2020-04-21 05:04:05 +01:00
Arduboy2Audio.cpp Direct control of ports and pins 2017-04-25 15:36:42 -04:00
Arduboy2Audio.h Explicitly specify the type in doxygen code blocks 2018-03-11 05:40:44 -04:00
Arduboy2Beep.cpp Add Beep classes for playing simple tones 2018-03-11 05:40:44 -04:00
Arduboy2Beep.h Explicitly specify the type in doxygen code blocks 2018-03-11 05:40:44 -04:00
Arduboy2Core.cpp Make width and height constexpr 2019-05-31 06:38:43 +01:00
Arduboy2Core.h Make width and height constexpr 2019-05-31 06:38:43 +01:00
Sprites.cpp Add SpritesB class as alternative to Sprites 2018-03-22 08:11:24 -04:00
Sprites.h Add additional information to drawExternalMask 2019-07-13 10:33:29 +01:00
SpritesB.cpp Add SpritesB class as alternative to Sprites 2018-03-22 08:11:24 -04:00
SpritesB.h Add SpritesB class as alternative to Sprites 2018-03-22 08:11:24 -04:00
SpritesCommon.h Add SpritesB class as alternative to Sprites 2018-03-22 08:11:24 -04:00
ab_logo.c Add alternative boot logo functions 2017-04-25 15:36:42 -04:00
glcdfont.c Improve embedded Doxygen documentation 2016-11-24 14:51:22 -05:00