summaryrefslogtreecommitdiff
path: root/n/es-2006/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'n/es-2006/src/main.c')
-rw-r--r--n/es-2006/src/main.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/n/es-2006/src/main.c b/n/es-2006/src/main.c
index 98d674f..4878f0d 100644
--- a/n/es-2006/src/main.c
+++ b/n/es-2006/src/main.c
@@ -208,6 +208,10 @@ proto_callback (uint8_t cmd, uint8_t size, uint8_t *args)
break;
/* bon on commence - le jack est parti */
case c ('g', 0):
+ barillet_debut_lancement();
+ break;
+ /* on passe en vitesse turbine rapide */
+ case c ('h',0):
barillet_lancement();
break;
/* Coucouche panier. */
@@ -226,6 +230,10 @@ proto_callback (uint8_t cmd, uint8_t size, uint8_t *args)
case c ('t', 1):
rotation(args[0]);
break;
+ /* vidange du barillet */
+ case c ('n', 0):
+ vidange_barillet();
+ break;
/* Unknown commands */
default: