mirror of
https://forge.apps.education.fr/blender-edutech/blender-edutech-ressources-pedagogiques.git
synced 2024-01-27 08:26:31 +01:00
Détection automatique de la carte sur le port série : microbit, uno et mega
This commit is contained in:
parent
12ba207318
commit
28c25556a7
Binary file not shown.
Binary file not shown.
@ -32,7 +32,7 @@ def mrp_avancer ():
|
|||||||
|
|
||||||
def commandes():
|
def commandes():
|
||||||
|
|
||||||
rp_jumeau('/dev/ttyACM2', 115200)
|
rp_jumeau()
|
||||||
|
|
||||||
rp_gauche()
|
rp_gauche()
|
||||||
mrp_avancer()
|
mrp_avancer()
|
||||||
|
@ -28,7 +28,7 @@ from rp_lib import * # Bibliothèque Ropy
|
|||||||
|
|
||||||
def commandes():
|
def commandes():
|
||||||
|
|
||||||
rp_jumeau('/dev/ttyACM1', 115200)
|
rp_jumeau()
|
||||||
# rp_avancer()
|
# rp_avancer()
|
||||||
# rp_gauche()
|
# rp_gauche()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user