NanoService Example for u-blox Cellular modems
Dependencies: Beep LM75B MMA7660 mbed nsdl_lib
Fork of NSDL_HelloWorld by
resources/relay.h
- Committer:
- bogdanm
- Date:
- 2013-10-15
- Revision:
- 2:7e489126fe7a
File content as of revision 2:7e489126fe7a:
// Relay resource implementation
#ifndef RELAY_H
#define RELAY_H
#include "nsdl_support.h"
int create_relay_resource(sn_nsdl_resource_info_s *resource_ptr);
#endif



