Removed WProgram.h reference

Sure nobody still uses <Arduino 0022?
This commit is contained in:
alastaira
2023-10-10 15:32:11 +01:00
parent 2775c70bc3
commit 467235aace
16 changed files with 16 additions and 92 deletions

View File

@@ -13,11 +13,7 @@ You should have received a copy of the GNU Affero General Public License along w
#ifndef _FACEEMOTIONS_h
#define _FACEEMOTIONS_h
#if defined(ARDUINO) && ARDUINO >= 100
#include "arduino.h"
#else
#include "WProgram.h"
#endif
#include <Arduino.h>
enum eEmotions {
Normal=0,