ok connect ethernet http://nanoservice-demo.mbed.org/ logout login name/password: demo demo see unique id on LCD click on that on that SAME id on web page interact with it: led on/off temp buzzer etc.

Dependencies:   Beep C12832_lcd EthernetInterface LM75B MMA7660 mbed-rtos mbed nsdl_lib

Fork of NSDL_HelloWorld by Sensinode

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers relay.h Source File

relay.h

00001 // Relay resource implementation
00002 
00003 #ifndef RELAY_H
00004 #define RELAY_H
00005 
00006 #include "nsdl_support.h"
00007 
00008 int create_relay_resource(sn_nsdl_resource_info_s *resource_ptr);
00009 
00010 #endif