Avnet AT&T IoT Starter Kit demo for Pubnub

Dependencies:   FXOS8700CQ mbed

Committer:
sveljko
Date:
Wed Aug 31 18:04:30 2016 +0000
Revision:
36:382cb978bddc
Parent:
11:e6602513730f
Fixed "gobbling" of the last character in received message (from the subscribe transaction);

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