FRDM-K64F, Avnet M14A2A, Grove Shield, to create smart home system. In use with AT&Ts M2x & Flow.

Dependencies:   mbed FXOS8700CQ MODSERIAL

hardware.h

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

File content as of revision 56:cb42ff383dab:

#ifndef Hardware_H_
#define Hardware_H_
#include "MODSERIAL.h"
extern I2C i2c;    //SDA, SCL -- define the I2C pins being used
extern MODSERIAL 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