Added runtime configurable global settings with eeprom persitence
This commit is contained in:
parent
a6b8d73044
commit
b8ba8a4231
13 changed files with 350 additions and 48 deletions
|
|
@ -39,5 +39,6 @@ void printHex(unsigned long n);
|
|||
void printOctal(unsigned long n);
|
||||
void printBinary(unsigned long n);
|
||||
void printIntegerInBase(unsigned long n, unsigned long base);
|
||||
void printFloat(double n);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue