just ledcontrol

Fork of ledControl2 by Baser Kandehir

Files at this revision

API Documentation at this revision

Comitter:
mbedproject
Date:
Wed Jun 15 22:28:51 2016 +0000
Parent:
2:1655ee0ec2ca
Commit message:
ledcontrol_v1; ;

Changed in this revision

ledControl.cpp Show annotated file Show diff for this revision Revisions of this file
ledControl.h Show annotated file Show diff for this revision Revisions of this file
diff -r 1655ee0ec2ca -r 122c7789a056 ledControl.cpp
--- a/ledControl.cpp	Tue Jul 21 08:19:15 2015 +0000
+++ b/ledControl.cpp	Wed Jun 15 22:28:51 2016 +0000
@@ -64,4 +64,13 @@
     case 4: led4=!led4;
     break;
   }     
-}
\ No newline at end of file
+}
+/*
+void ledcolor(char color, int value)
+{
+    switch(color)
+    {
+        case b: led
+
+    
+}*/
\ No newline at end of file
diff -r 1655ee0ec2ca -r 122c7789a056 ledControl.h
--- a/ledControl.h	Tue Jul 21 08:19:15 2015 +0000
+++ b/ledControl.h	Wed Jun 15 22:28:51 2016 +0000
@@ -33,5 +33,6 @@
 
 void ledControl(int ledNum,int value); // function prototype
 void ledToggle(int ledNum);
+//void ledcolor(int ledNum, int value);
 
 #endif