Handheld_Node

Dependencies:   XBeeLib buzzer mbed

Revision:
0:2ab14db2fd40
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/functions/breathLed.h	Wed Jul 25 09:11:48 2018 +0000
@@ -0,0 +1,10 @@
+#ifndef BREATHLED_H_  
+#define BREATHLED_H_
+
+#include "mbed.h"
+
+namespace mbed{
+
+void breathLed(int systemError);  
+}
+#endif // BREATHLED_H_
\ No newline at end of file