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
Diff: led.h
- Revision:
- 3:fbf3c92f10ee
- Parent:
- 1:db9b9bec0133
- Child:
- 4:7906049f6cca
diff -r ecc0c5c14bc1 -r fbf3c92f10ee led.h
--- a/led.h Fri Mar 16 13:05:57 2018 +0000
+++ b/led.h Fri Mar 16 16:11:17 2018 +0000
@@ -6,7 +6,7 @@
{
public:
explicit Led();
- void setColor(char*);
+ int setColor(char*);
};
#endif
\ No newline at end of file