portable version of the cumulocity demo

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Cumulocity Official

Revision:
46:f6976fd64387
Parent:
41:804f6a0bda26
Child:
52:8f1370084268
diff -r 5d8feae26fe3 -r f6976fd64387 DeviceBootstrap.h
--- a/DeviceBootstrap.h	Thu Jul 24 14:52:44 2014 +0000
+++ b/DeviceBootstrap.h	Thu Jul 24 16:02:47 2014 +0000
@@ -22,6 +22,8 @@
     DeviceBootstrap(SmartRest&, MDMSerial&, DeviceInfo&);
     
     bool setUpCredentials();
+    const char * username();
+    const char * password();
 
 protected:
     bool obtainFromStorage();