initial, ported from constantly failed C++ variant

This commit is contained in:
Wolfgang Hottgenroth
2016-08-29 19:24:24 +02:00
commit 35bef18ec0
16 changed files with 635 additions and 0 deletions

17
src/display.h Normal file
View File

@ -0,0 +1,17 @@
/*
* display.h
*
* Created on: 29.08.2016
* Author: wn
*/
#ifndef DISPLAY_H_
#define DISPLAY_H_
void displayInit();
void displayExec();
void displaySetValue(uint8_t v);
#endif /* DISPLAY_H_ */