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.
Fork of ele350 by
Diff: Led.cpp
- Revision:
- 7:f3c3cb6cea26
- Parent:
- 6:f804bb3faa26
- Child:
- 14:5d3bd2e4ac91
diff -r f804bb3faa26 -r f3c3cb6cea26 Led.cpp
--- a/Led.cpp Thu Nov 05 13:11:29 2015 +0000
+++ b/Led.cpp Thu Nov 05 16:01:12 2015 +0000
@@ -4,7 +4,7 @@
Led::Led(string s) //contructor implementation
{
if(s== "red")
- pin= PD_14; //The pin for the red led
+ pin= PD_14; //The pin for the red led
if(s=="green")
pin= PD_12;
if(s== "blue")
