V.06 11/3

Dependencies:   FT6206 SDFileSystem SPI_TFT_ILI9341 TFT_fonts

Fork of ATT_AWS_IoT_demo by attiot

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers hardware.h Source File

hardware.h

00001 #ifndef Hardware_H_
00002 #define Hardware_H_
00003 extern I2C i2c;    //SDA, SCL -- define the I2C pins being used
00004 
00005 #endif
00006