This program simply connects to a HTS221 I2C device to proximity sensor

Dependencies:   FXOS8700CQ mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers hardware.h Source File

hardware.h

00001 #ifndef Hardware_H_
00002 #define Hardware_H_
00003 extern I2C i2c;    //SDA, SCL -- define the I2C pins being used
00004 
00005 #endif