/* Name: ArduinoProps.h Created: 29/10/2019 09:20:31 Author: Marie Faure Editor: https://github.com/fauresystems License: MIT License (c) Marie Faure Library to make props sketch for Escape Room 2.0 (connected props). */ #ifndef _ArduinoProps_h #define _ArduinoProps_h #if defined(ARDUINO) && ARDUINO >= 100 #include "arduino.h" #else #include "WProgram.h" #endif #include "BridgeProps.h" #include "EthernetProps.h" #include "WifiProps.h" #include "PropsAction.h" #include "PropsData.h" #endif