Détection automatique de la carte sur le port série : microbit, uno et mega

This commit is contained in:
Philippe Roy 2022-11-26 06:40:54 +01:00
parent 12ba207318
commit 28c25556a7
4 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ def mrp_avancer ():
def commandes():
rp_jumeau('/dev/ttyACM2', 115200)
rp_jumeau()
rp_gauche()
mrp_avancer()

View File

@ -28,7 +28,7 @@ from rp_lib import * # Bibliothèque Ropy
def commandes():
rp_jumeau('/dev/ttyACM1', 115200)
rp_jumeau()
# rp_avancer()
# rp_gauche()