para el ventilador

Dependencies:   QEI FastPWM

Revision:
1:aa5df1878126
Parent:
0:9d0b9785d3d6
Child:
3:45299e7882b9
--- a/buttons.cpp	Sat Apr 11 22:53:05 2020 +0000
+++ b/buttons.cpp	Thu Apr 16 13:02:36 2020 +0000
@@ -14,7 +14,7 @@
 
 void Buttons_Initialize(void){
     // Enable the pull-up resistors for the buttons and the switch    
-    buttons.mode(PullUp);
+    //buttons.mode(PullUp);
 }