Compiling should work now on Pi as well as on desktop

This commit is contained in:
Johannes Wendel
2019-08-06 20:54:50 +02:00
parent 6f7d9450b2
commit 9213bf6d07
40 changed files with 11 additions and 1913 deletions

View File

@@ -8,13 +8,11 @@
#include "PinController.h"
#include "utility/config.h"
#define NOT_PI
#ifndef NOT_PI
#ifndef NO_WIRING_PI
#include "wiringPi/wiringPi.h"
#include "wiringPi/mcp23017.h"
#endif
#ifdef NOT_PI
#elif
#include "utility/wiringPiTesting.hpp"
#endif