2018.07.26
Dependencies: EthernetInterface TextLCD USBDevice USBHost mbed
ledCtrl.h
- Committer:
- sayzyas
- Date:
- 2018-07-26
- Revision:
- 1:fdf87a1a724b
- Parent:
- 0:19075177391c
File content as of revision 1:fdf87a1a724b:
class ledCtrl
{
private:
public:
void led_on( int );
void led_off( int );
void led_error();
void led_demo(int, int);
void led_main_on();
void led_main_off();
void led_main_error();
void led_main_blink(int);
};