mirror of
https://github.com/playfultechnology/esp32-eyes.git
synced 2025-12-06 17:15:42 -08:00
Removed WProgram.h reference
Sure nobody still uses <Arduino 0022?
This commit is contained in:
@@ -13,12 +13,7 @@ You should have received a copy of the GNU Affero General Public License along w
|
||||
#ifndef _EYEBLINK_h
|
||||
#define _EYEBLINK_h
|
||||
|
||||
#if defined(ARDUINO) && ARDUINO >= 100
|
||||
#include "arduino.h"
|
||||
#else
|
||||
#include "WProgram.h"
|
||||
#endif
|
||||
|
||||
#include <Arduino.h>
|
||||
#include "Animations.h"
|
||||
#include "EyeConfig.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user