Temperature dashboard assignment
Dependencies: EthernetInterface LM75B mbed-rtos mbed
Fork of temperature-dashboard-start by
Diff: main.cpp
- Revision:
- 17:c8a4886ba688
- Parent:
- 16:58c33ec28b2a
diff -r 58c33ec28b2a -r c8a4886ba688 main.cpp --- a/main.cpp Fri Nov 07 14:37:02 2014 +0000 +++ b/main.cpp Sat Jan 16 17:13:41 2016 +0000 @@ -5,8 +5,8 @@ Serial pc(USBTX, USBRX); // tx, rx -std::string key = ""; -std::string name = "mbed"; +std::string key = "c74d97b01eae257e44aa9d5bade97baf"; +std::string name = "kristof"; static const char SERVER[] = "labict.be"; static const int PORT = 45678;