Handheld_Node

Dependencies:   XBeeLib buzzer mbed

functions/breathLed.h

Committer:
basvuyk
Date:
2018-07-25
Revision:
0:2ab14db2fd40

File content as of revision 0:2ab14db2fd40:

#ifndef BREATHLED_H_  
#define BREATHLED_H_

#include "mbed.h"

namespace mbed{

void breathLed(int systemError);  
}
#endif // BREATHLED_H_