Remote Writing IoT Data to Influx-DB over HTTP-API.

Dependencies:   FXOS8700CQ mbed

Fork of AvnetATT_shape_hackathon by Demo Software for Avnet+AT&T IoT kit.

Committer:
fenar
Date:
Tue Oct 10 15:56:54 2017 +0000
Revision:
37:bb05aebd6139
Parent:
11:e6602513730f
Minor Updates.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
stefanrousseau 11:e6602513730f 1 #ifndef Hardware_H_
stefanrousseau 11:e6602513730f 2 #define Hardware_H_
stefanrousseau 11:e6602513730f 3 extern I2C i2c; //SDA, SCL -- define the I2C pins being used
stefanrousseau 11:e6602513730f 4
stefanrousseau 11:e6602513730f 5 #endif