Demo application for using the AT&T IoT Starter Kit Powered by AWS.

Dependencies:   SDFileSystem

Fork of ATT_AWS_IoT_demo by Anthony Phillips

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