Handheld_Node

Dependencies:   XBeeLib buzzer mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers breathLed.h Source File

breathLed.h

00001 #ifndef BREATHLED_H_  
00002 #define BREATHLED_H_
00003 
00004 #include "mbed.h"
00005 
00006 namespace mbed{
00007 
00008 void breathLed(int systemError);  
00009 }
00010 #endif // BREATHLED_H_