Skip to content

Commit

Permalink
Added libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
CelliesProjects committed Apr 21, 2019
1 parent 7ce82ac commit 7d7e406
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aquacontrol32.ino
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
#include <rom/rtc.h> /* should be installed together with ESP32 Arduino install */
#include <list> /* should be installed together with ESP32 Arduino install */
#include <SPI.h> /* should be installed together with ESP32 Arduino install */
#include <FS.h> /* should be installed together with ESP32 Arduino install */
#include <FFat.h> /* should be installed together with ESP32 Arduino install */
#include <ESPmDNS.h> /* should be installed together with ESP32 Arduino install */
#include <Preferences.h> /* should be installed together with ESP32 Arduino install */
#include <WiFi.h> /* should be installed together with ESP32 Arduino install */
#include <Wire.h> /* should be installed together with ESP32 Arduino install */
#include <Adafruit_ILI9341.h> /* Install 1.2.0 via 'Manage Libraries' in Arduino IDE */
#include <Adafruit_GFX.h> /* Install 1.3.6 via 'Manage Libraries' in Arduino IDE */
#include <SSD1306.h> /* Install 4.0.0 via 'Manage Libraries' in Arduino IDE -> https://github.com/ThingPulse/esp8266-oled-ssd1306 */
Expand Down

0 comments on commit 7d7e406

Please sign in to comment.