Program to read Moisture and Alcohol sensor and uploads the data to Aeris Aercloud Platform.

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
geojins
Date:
Wed Jun 10 18:31:16 2015 +0000
Parent:
1:78c10a2e1029
Commit message:
removed conf data

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 78c10a2e1029 -r 6eeb2ec5c808 main.cpp
--- a/main.cpp	Wed Jun 10 18:25:16 2015 +0000
+++ b/main.cpp	Wed Jun 10 18:31:16 2015 +0000
@@ -42,7 +42,7 @@
 
 //! The APN of your Aeris SIM
 //    You can find the APN for your SIM at https://aerport.aeris.com
-char _APN[] = "aer.aerisapn.net";
+char _APN[] = "APN_GOES_HERE";
 
 //! User name and password are not required to use Aeris APN
 #define USERNAME    NULL
@@ -66,11 +66,11 @@
 
 //! AerCloud API Key
 //   You can find your api key at https://aerport.aeris.com"
-#define AC_APIKEY "ff767bee-f5bf-403b-badb-fde13bc2b756"
+#define AC_APIKEY "API_KEY_GOES_HERE"
 
 //! Aercloud Account Id
 //   You can find your account id at https://aerport.aeris.com
-int acId = 10975;
+int acId = 0;// ACCOUNT_ID_GOES_HERE;
 
 // AerCloud Container
 //  The name of the AerCloud Container to write data into