![](/media/cache/profiles/znr_32t8Bhe.jpg.50x50_q85.jpg)
2018.07.26
Dependencies: EthernetInterface TextLCD USBDevice USBHost2 mbed
Diff: com_func.h
- Revision:
- 0:2cb1be240f50
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/com_func.h Thu Jul 26 00:19:33 2018 +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* ); +