The Hiking Pal tracking device firmware. See full description on the detail page: https://www.hackster.io/bowenfeng/hiking-pal-v1-07c02d

Dependencies:   FXOS8700CQ MODSERIAL mbed

Fork of Avnet_ATT_Cellular_IOT by Avnet

Revision:
28:886833917643
Parent:
11:e6602513730f
Child:
68:6e311c747045
--- a/hts221_driver.cpp	Wed Jul 13 20:12:49 2016 +0000
+++ b/hts221_driver.cpp	Fri Jul 15 13:17:26 2016 +0000
@@ -9,7 +9,8 @@
 #include "mbed.h"
 
 #include "hardware.h"
-//I2C i2c(PTC11, PTC10);    //SDA, SCL -- define the I2C pins being used
+//I2C i2c(PTC11, PTC10);    //SDA, SCL -- define the I2C pins being used. Defined in a 
+//common locatioin since sensors also use I2C
 
 // Read a single unsigned char from addressToRead and return it as a unsigned char
 unsigned char HTS221::readRegister(unsigned char slaveAddress, unsigned char ToRead)