adc working

This commit is contained in:
Wolfgang Hottgenroth
2016-08-31 15:00:25 +02:00
parent a4bb34cffb
commit 686156db83
13 changed files with 154 additions and 29 deletions

View File

@ -9,8 +9,8 @@
#define DISPLAY_H_
void displayInit();
void displayExec();
void displayInit(void *handleArg);
void displayExec(void *handleArg);
void displaySetValue(uint8_t v);