Try to implement DisplayController

This commit is contained in:
Johannes Wendel
2020-02-19 13:43:59 +01:00
parent a2e3ede062
commit e4ed6654aa
9 changed files with 31 additions and 28 deletions

View File

@@ -10,6 +10,8 @@
#define INPUT 0
#define OUTPUT 1
#define DISPLAY_HIGH 0
#define DISPLAY_LOW 1
static int wiringPiSetup()
{