Added wiringPi substitute for testing purposes on other systems.

This commit is contained in:
Johannes Wendel
2019-07-17 09:36:33 +02:00
parent 4dd123b6d0
commit 8078c94a90
6 changed files with 58 additions and 6 deletions

View File

@@ -9,8 +9,14 @@
#include "utility/config.h"
#ifndef NOT_PI
#include "wiringPi/wiringPi.h"
#include "wiringPi/mcp23017.h"
#endif
#ifdef NOT_PI
#include "utility/wiringPiTesting.hpp"
#endif
#include "json/json.hpp"