mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 13:23:25 -07:00
Added some LED utility functions (#802)
This commit is contained in:
parent
5866c187ef
commit
3d057cfb91
4 changed files with 21 additions and 9 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue