adc working
This commit is contained in:
@ -9,8 +9,8 @@
|
||||
#define DISPLAY_H_
|
||||
|
||||
|
||||
void displayInit();
|
||||
void displayExec();
|
||||
void displayInit(void *handleArg);
|
||||
void displayExec(void *handleArg);
|
||||
void displaySetValue(uint8_t v);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user