Handheld_V2
Dependencies: XBeeLib_Handheld beep mbed
Diff: functions/breathLed.h
- Revision:
- 0:8008723a39fe
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/functions/breathLed.h Wed Jul 25 09:15: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