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

7
Eye.h
View File

@@ -13,12 +13,7 @@ You should have received a copy of the GNU Affero General Public License along w
#ifndef _EYE_h
#define _EYE_h
#if defined(ARDUINO) && ARDUINO >= 100
#include "arduino.h"
#else
#include "WProgram.h"
#endif
#include <Arduino.h>
#include "Common.h"
#include "Animations.h"
#include "EyeConfig.h"