Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: EthernetInterface TextLCD USBDevice USBHost mbed
com_func.h@0:19075177391c, 2018-07-26 (annotated)
- Committer:
- sayzyas
- Date:
- Thu Jul 26 00:18:49 2018 +0000
- Revision:
- 0:19075177391c
2018.07.26
Who changed what in which revision?
User | Revision | Line number | New 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 |