From f213480c7c85a9e454407f1daa9f392220a536c5 Mon Sep 17 00:00:00 2001 From: Philippe Roy Date: Sat, 26 Nov 2022 05:28:41 +0100 Subject: [PATCH] =?UTF-8?q?D=C3=A9tection=20automatique=20de=20la=20carte?= =?UTF-8?q?=20sur=20le=20port=20s=C3=A9rie=20:=20microbit,=20uno=20et=20me?= =?UTF-8?q?ga?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rp_lib.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rp_lib.py b/rp_lib.py index db437c6..2f7887f 100644 --- a/rp_lib.py +++ b/rp_lib.py @@ -45,10 +45,6 @@ debug_thread = scene.objects['Terrain']['debug_thread'] # Jumeau numérique twins_serial = None -# CH340 : arduino Uno -# MICROBITPID = 516 -# MICROBITVID = 3368 - # UPBGE constants JUST_ACTIVATED = bge.logic.KX_INPUT_JUST_ACTIVATED JUST_RELEASED = bge.logic.KX_INPUT_JUST_RELEASED