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 C12832_lcd EthernetInterface LM75B MMA7660 mbed-rtos mbed nsdl_lib
resources/temperature.h
- Committer:
- bogdanm
- Date:
- 2013-10-15
- Revision:
- 2:7e489126fe7a
File content as of revision 2:7e489126fe7a:
// Temperature resource implementation #ifndef TEMPERATURE_H #define TEMPERATURE_H #include "nsdl_support.h" int create_temperature_resource(sn_nsdl_resource_info_s *resource_ptr); #endif