z ysaito / Mbed 2 deprecated CPro_DemoB1B2_0_Can_Class

Dependencies:   EthernetInterface TextLCD USBDevice USBHost mbed

Committer:
sayzyas
Date:
Thu Jul 26 00:18:49 2018 +0000
Revision:
0:19075177391c
2018.07.26

Who changed what in which revision?

UserRevisionLine numberNew contents of line
sayzyas 0:19075177391c 1
sayzyas 0:19075177391c 2 void cf_dspSetValue2Console(Serial*, setValue_t *);
sayzyas 0:19075177391c 3
sayzyas 0:19075177391c 4 void cf_led_onoff( DigitalOut*, DigitalOut*, DigitalOut*, DigitalOut*, bool led1_onoff, bool led2_onoff, bool led3_onoff, bool led4_onoff);
sayzyas 0:19075177391c 5 // LED demo
sayzyas 0:19075177391c 6 void cf_led_demo( DigitalOut*, DigitalOut*, DigitalOut*, DigitalOut*, int cnt, int wait);
sayzyas 0:19075177391c 7 void cf_led_error(DigitalOut*, DigitalOut*, DigitalOut*, DigitalOut* );
sayzyas 0:19075177391c 8