Skip to content

Commit

Permalink
Include Arduino header
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoGarcia committed Apr 20, 2019
1 parent f1c74b0 commit 33435cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Expand Up @@ -21,7 +21,7 @@
// ******* Dúvidas, sugestões e elogios: info@ferduino.com **********************************************************************************************
// ******************************************************************************************************************************************************

// Este programa é compatível com a IDE Arduino 1.8.7 e PlatformIO 3.6
// Este programa é compatível com a IDE Arduino 1.8.9 e PlatformIO 4.0

// As funções para controle via web foram implementadas graças à preciosa ajuda do Simone Grimaldi e Danilo Castellano.

Expand Down
Expand Up @@ -7,7 +7,7 @@
// *************************************************************************************************
// ************************* Variáveis globais *****************************************************
// *************************************************************************************************
const char lastUpdate[] = "05/03/2019"; // Data da última modificação
const char lastUpdate[] = "20/04/2019"; // Data da última modificação

// ****************************************************************************************************
// ****************** Variáveis de textos e fontes ****************************************************
Expand Down
1 change: 1 addition & 0 deletions Ferduino_Aquarium_Controller/src/Include/Library.h
Expand Up @@ -2,6 +2,7 @@
// *************************************************************************************************
// *************** Bibliotecas utilizadas **********************************************************
// *************************************************************************************************
#include <Arduino.h>
#ifdef USE_TFT // Do not change this line
#include <UTFT.h>
#include <URTouch.h>
Expand Down

0 comments on commit 33435cc

Please sign in to comment.