from LPC1768_LWM2M_Client

Dependencies:   F7_Ethernet mbed-rtos mbed nsdl_lib

Fork of rtos_basic by Mbed

Committer:
zef
Date:
Wed Dec 21 03:08:39 2016 +0000
Revision:
8:5bcb48a04554
from LPC1768_LWM2M_Client Project

Who changed what in which revision?

UserRevisionLine numberNew contents of line
zef 8:5bcb48a04554 1 // Temperature resource implementation
zef 8:5bcb48a04554 2
zef 8:5bcb48a04554 3 #ifndef TEMPERATURE_H
zef 8:5bcb48a04554 4 #define TEMPERATURE_H
zef 8:5bcb48a04554 5
zef 8:5bcb48a04554 6 #include "nsdl_support.h"
zef 8:5bcb48a04554 7
zef 8:5bcb48a04554 8 int create_temperature_resource(sn_nsdl_resource_info_s *resource_ptr);
zef 8:5bcb48a04554 9
zef 8:5bcb48a04554 10 #endif