Arduboy2/extras
Scott Allen 53096d87bf Refactor API code. Clarify and enhance user docs.
Includes some suggestions and guidance by @Pharap

API:
- Rename non-API function swap() to swapInt16()
- Make swapInt16(), drawCircleHelper(), fillCircleHelper() and
  struct BitStreamReader protected members of Arduboy2Base
- Add #define ARDUBOY_UNIT_NAME_BUFFER_SIZE for the size of a buffer
  to hold a Unit Name
- Move the position of the PROGMEM keyword for lcdBootProgram[]
  for consistency

Documentation:
- Remove absolute values referring to a Unit Name
- More details relating to the use of the Unit Name
- More details relating to the font and text functions
- Other minor documentation changes and spelling corrections
2020-07-24 17:15:13 -04:00
..
assets Squash commits up to Arduboy V1.1 release 2016-05-26 17:18:33 -04:00
docs Refactor API code. Clarify and enhance user docs. 2020-07-24 17:15:13 -04:00
Doxyfile Add read/write EEPROM unit name and ID functions 2017-02-06 18:09:50 -05:00