initial, ported from constantly failed C++ variant
This commit is contained in:
17
src/display.h
Normal file
17
src/display.h
Normal 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_ */
|
Reference in New Issue
Block a user