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 LM75B mbed-rtos mbed
led.h
- Committer:
- RobinMechele
- Date:
- 2018-03-16
- Revision:
- 3:fbf3c92f10ee
- Parent:
- 1:db9b9bec0133
- Child:
- 4:7906049f6cca
File content as of revision 3:fbf3c92f10ee:
#ifndef led_h #define led_h #include "mbed.h" class Led { public: explicit Led(); int setColor(char*); }; #endif