Function on LEDs

Files at this revision

API Documentation at this revision

Comitter:
PA
Date:
Mon May 28 02:32:23 2012 +0000
Parent:
0:3d463f0d51d9
Commit message:

Changed in this revision

FonctionLED.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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