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-12
Revision:
11:e6602513730f
Child:
55:3abf9e3f42e6

File content as of revision 11:e6602513730f:

#ifndef Hardware_H_
#define Hardware_H_
extern I2C i2c;    //SDA, SCL -- define the I2C pins being used

#endif