This program simply connects to a HTS221 I2C device to read Temperature

Dependencies:   FXOS8700CQ mbed

Revision:
19:f89baed3bd6f
Parent:
2:0e2ef866af95
--- a/wnc_control.h	Wed Jul 13 15:57:38 2016 +0000
+++ b/wnc_control.h	Wed Jul 13 17:35:14 2016 +0000
@@ -14,6 +14,7 @@
 extern int at_dnsresolve_wnc(const char * s, string * ipStr);
 extern void at_sockwrite_wnc(const char * s);
 extern unsigned at_sockread_wnc(string * pS, unsigned n, unsigned retries);
+extern void at_at_wnc(void);
 
 // High level functions that attempt to correct for things going bad with the WNC
 extern void software_init_mdm(void);