Function on LEDs

Revision:
1:e8cbefd668a4
Parent:
0:3d463f0d51d9
diff -r 3d463f0d51d9 -r e8cbefd668a4 FonctionLED.cpp
--- a/FonctionLED.cpp	Sat May 26 11:12:04 2012 +0000
+++ b/FonctionLED.cpp	Mon May 28 02:32:23 2012 +0000
@@ -12,11 +12,11 @@
     else _pin = 0;
 }
 
-void FonctionLED::Brightness(int n){
+/*void FonctionLED::Brightness(int n){
     if(_pin < 1.0)){
         _pin += 0.02;
     }
     else if(_pin > 0.0){
         _pin -= 0.02;
     }
-}
\ No newline at end of file
+}*/
\ No newline at end of file