Added some LED utility functions (#802)

This commit is contained in:
Samson Gama 2019-03-14 23:41:07 -07:00 committed by pwpiwi
commit 3d057cfb91
4 changed files with 21 additions and 9 deletions

View file

@ -37,6 +37,8 @@ void lsl (uint8_t *data, size_t len);
void LED(int led, int ms);
void LEDsoff();
void LEDson();
void LEDsinvert();
int BUTTON_CLICKED(int ms);
int BUTTON_HELD(int ms);
void FormatVersionInformation(char *dst, int len, const char *prefix, void *version_information);