commit 578dd55b9fe8b09a094dba13cc1027a38fbf3aeb
parent 30e5a6ee8802f4d546892afe14a327b295beef3f
Author: Martin Kloeckner <mjkloeckner@gmail.com>
Date: Fri, 12 Sep 2025 19:13:38 -0300
added `EV_SYS_BTN_PRESSED`
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/tdse-tp1_00-problem_approach.md b/tdse-tp1_00-problem_approach.md
@@ -98,6 +98,7 @@ todos los estados de los sensores y actuadores.
* `EV_SYS_LOOP_CAR_OUT`: ocurre cuando sale un auto del sensor
* `EV_SYS_IR_CAR_PASSING`: el auto esta atravesando la barrera
* `EV_SYS_DELAY_TIMEOUT`: cuando el tiempo de espera termina
+* `EV_SYS_BTN_PRESSED`: ocurre cuando el botón ha sido presionado
### Señales