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
Sensors/hardware.h@25:91d771247ac8, 2016-12-19 (annotated)
- Committer:
- ampembeng
- Date:
- Mon Dec 19 20:52:28 2016 +0000
- Revision:
- 25:91d771247ac8
- Parent:
- 20:ee34856ae510
Updated the look/feel of the Python GUI to match the AT&T locker demo S3 page. Added "assets" folder to support this. Updated the README.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
ampembeng | 20:ee34856ae510 | 1 | #ifndef Hardware_H_ |
ampembeng | 20:ee34856ae510 | 2 | #define Hardware_H_ |
ampembeng | 20:ee34856ae510 | 3 | extern I2C i2c; //SDA, SCL -- define the I2C pins being used |
ampembeng | 20:ee34856ae510 | 4 | |
ampembeng | 20:ee34856ae510 | 5 | #endif |
ampembeng | 20:ee34856ae510 | 6 |