From 37590fd2bdd4669015d1d607216ab04d667ee29a Mon Sep 17 00:00:00 2001 From: Nogard Date: Wed, 15 Jul 2026 15:56:02 +0200 Subject: [PATCH] Actualiser README.txt --- README.txt | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/README.txt b/README.txt index 4e9dc35..1e9859b 100644 --- a/README.txt +++ b/README.txt @@ -1,12 +1,15 @@ -This is a MicroPython board - -You can get started right away by writing your Python code in 'main.py'. - -For a serial prompt: - - Windows: you need to go to 'Device manager', right click on the unknown device, - then update the driver software, using the 'pybcdc.inf' file found on this drive. - Then use a terminal program like Hyperterminal or putty. - - Mac OS X: use the command: screen /dev/tty.usbmodem* - - Linux: use the command: screen /dev/ttyACM0 - -For online docs please visit http://docs.micropython.org/ +https://gitlab.com/st24hducode/2026 + + +This is a MicroPython board + +You can get started right away by writing your Python code in 'main.py'. + +For a serial prompt: + - Windows: you need to go to 'Device manager', right click on the unknown device, + then update the driver software, using the 'pybcdc.inf' file found on this drive. + Then use a terminal program like Hyperterminal or putty. + - Mac OS X: use the command: screen /dev/tty.usbmodem* + - Linux: use the command: screen /dev/ttyACM0 + +For online docs please visit http://docs.micropython.org/