A simple project for sending button input up to AT&T Flow

Dependencies:   FXOS8700CQ MODSERIAL mbed

For instructions on using this program, see the AT&T Starter Kit tutorial on it.

hardware.h

Committer:
stefanrousseau
Date:
2016-07-28
Revision:
55:3abf9e3f42e6
Parent:
11:e6602513730f
Child:
56:cb42ff383dab

File content as of revision 55:3abf9e3f42e6:

#ifndef Hardware_H_
#define Hardware_H_
extern I2C i2c;    //SDA, SCL -- define the I2C pins being used
extern Serial pc; //UART to USB host

//Un-comment the definition below if you want to use the USB rx for another purpose.
//otherwise the USB rx will be used to receive virtual sensor data from Avnet's
//"Sensor Simulator Dashboard"  utility
#define USE_VIRTUAL_SENSORS

#endif