This commit is contained in:
Johannes Wendel
2019-08-09 00:04:32 +02:00
64 changed files with 1654 additions and 2019 deletions

View File

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