Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: Beep LM75B MMA7660 mbed nsdl_lib
Fork of NSDL_HelloWorld by
Diff: resources/temperature.cpp
- Revision:
- 10:4cb556c7845e
- Parent:
- 9:ccb9e53d5471
diff -r ccb9e53d5471 -r 4cb556c7845e resources/temperature.cpp --- a/resources/temperature.cpp Wed Oct 30 00:32:48 2013 +0000 +++ b/resources/temperature.cpp Wed Oct 30 00:46:59 2013 +0000 @@ -14,7 +14,6 @@ static uint8_t *obs_token_ptr = NULL; static uint8_t obs_token_len = 0; static char temp_val[5]; -extern Serial pc; /* Thread for calling libNsdl exec function (cleanup, resendings etc..) */ /* Node updates temperature every 10 seconds. Notification sending is done here. */

