NanoService Device Library Hello World Ported to K64F

Dependencies:   EthernetInterface mbed-rtos mbed nsdl_lib

Fork of NSDL_HelloWorld by Sensinode

resources/temperature.h

Committer:
romedius
Date:
2016-02-29
Revision:
10:1875353284c1
Parent:
2:7e489126fe7a

File content as of revision 10:1875353284c1:

// 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