moved GY33_MCU library to own repository

moved GY33_MCU library to own repository
This commit is contained in:
BPoH_Voodoo
2019-02-04 10:29:20 +01:00
parent a1ac9f2701
commit fe08b3767d
2 changed files with 22 additions and 4 deletions
+3 -3
View File
@@ -8,7 +8,7 @@
// needed for library WiFiManager
#include <DNSServer.h>
#include <ESP8266WebServer.h>
#include <WiFiManager.h> //https://github.com/tzapu/WiFiManager
#include <WiFiManager.h> //https://github.com/tzapu/WiFiManager
#include <WiFiClient.h>
#include <ESP8266mDNS.h>
@@ -17,10 +17,10 @@
#include <WebSockets.h> //https://github.com/Links2004/arduinoWebSockets
#include <WebSocketsServer.h>
#ifdef ENABLE_BUTTON_GY33
// needed for MCU
#include "GY33_MCU.h"
#include <GY33_MCU.h> //https://github.com/FabLab-Luenen/GY33_MCU/archive/master.zip ; //https://github.com/pasko-zh/brzo_i2c
// ***************************************************************************
// Initialize Color Sensor
// ***************************************************************************