X10 Server - IOT device to leverage a collection of old X10 devices for home automation and lighting control.

Dependencies:   IniManager mbed HTTPClient SWUpdate mbed-rtos Watchdog X10 SW_HTTPServer SW_String EthernetInterface TimeInterface SSDP

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers SignOfLife.h Source File

SignOfLife.h

00001 
00002 #include "mbed.h"
00003 
00004 // Set the intensity on one of the LEDs - 0 - 3
00005 //
00006 void ShowSignOfLife(int which = 0);