Debounce_Library

Dependents:   EJ3_Cafetera EJ1

Revision:
1:8db2c2a203d9
Parent:
0:16d62113f1d5
--- a/antirrebote.h	Thu May 03 23:32:45 2018 +0000
+++ b/antirrebote.h	Wed May 23 00:01:12 2018 +0000
@@ -2,7 +2,7 @@
 #define _ANTIRREBOTE_H_
 #include "mbed.h"
 
-enum{NO_APRETADO,ENCENDIDO=0, APRETADO, APAGADO = 1};
+enum{NO_APRETADO,ENCENDIDO=1, APRETADO, APAGADO = 0};
 typedef int pinEstado_t;