2018.07.26
Dependencies: EthernetInterface TextLCD USBDevice USBHost3 mbed
Fork of USBHostHub_HelloWorld by
Diff: com_func.h
- Revision:
- 10:a2bd7d07c7f8
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/com_func.h Wed Feb 10 14:58:50 2016 +0000 @@ -0,0 +1,8 @@ + +void cf_dspSetValue2Console(Serial*, setValue_t *); + +void cf_led_onoff( DigitalOut*, DigitalOut*, DigitalOut*, DigitalOut*, bool led1_onoff, bool led2_onoff, bool led3_onoff, bool led4_onoff); +// LED demo +void cf_led_demo( DigitalOut*, DigitalOut*, DigitalOut*, DigitalOut*, int cnt, int wait); +void cf_led_error(DigitalOut*, DigitalOut*, DigitalOut*, DigitalOut* ); +