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
ledCtrl.h@1:fdf87a1a724b, 2018-07-26 (annotated)
- Committer:
- sayzyas
- Date:
- Thu Jul 26 00:26:07 2018 +0000
- Revision:
- 1:fdf87a1a724b
- Parent:
- 0:19075177391c
2018.07.26
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
sayzyas | 0:19075177391c | 1 | class ledCtrl |
sayzyas | 0:19075177391c | 2 | { |
sayzyas | 0:19075177391c | 3 | private: |
sayzyas | 0:19075177391c | 4 | |
sayzyas | 0:19075177391c | 5 | public: |
sayzyas | 0:19075177391c | 6 | |
sayzyas | 0:19075177391c | 7 | void led_on( int ); |
sayzyas | 0:19075177391c | 8 | void led_off( int ); |
sayzyas | 0:19075177391c | 9 | void led_error(); |
sayzyas | 0:19075177391c | 10 | void led_demo(int, int); |
sayzyas | 0:19075177391c | 11 | void led_main_on(); |
sayzyas | 0:19075177391c | 12 | void led_main_off(); |
sayzyas | 0:19075177391c | 13 | void led_main_error(); |
sayzyas | 0:19075177391c | 14 | void led_main_blink(int); |
sayzyas | 0:19075177391c | 15 | |
sayzyas | 0:19075177391c | 16 | }; |