Added wiringPi substitute for testing purposes on other systems.
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user