just ledcontrol

Fork of ledControl2 by Baser Kandehir

Revision:
3:122c7789a056
Parent:
2:1655ee0ec2ca
--- 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