AWS IoT demonstration using the Avnet Shield (AT&T LTE) and the FRDM-K64F target board.

Dependencies:   K64F_FATFileSystem

Fork of mbed-os-example-tls-tls-client by mbed-os-examples

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