From 56a0b6ec0d7b77fe45fdafefa7358e20f01a54b4 Mon Sep 17 00:00:00 2001 From: Philippe Roy Date: Sat, 29 Apr 2023 11:01:50 +0200 Subject: [PATCH] =?UTF-8?q?S=C3=A9paration=20du=20tutoriel=203=20en=20deux?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- labyrinthe/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/labyrinthe/README.md b/labyrinthe/README.md index 6b9a576..02798f1 100644 --- a/labyrinthe/README.md +++ b/labyrinthe/README.md @@ -20,28 +20,28 @@ Il se décompose en 4 parties : - Installer un éditeur de code (Emacs, Spyder) - Sustituer la programmation par briques logiques avec des modules codés en Python - Inclure les scripts Python avec l'exécutable -- Fichier de départ : 2-labyrinthe-debut.blend -- Fichiers résultats : 2-labyrinthe.blend, 2-labyrinthe.py +- **Fichier de départ : 2-labyrinthe-debut.blend** +- **Fichiers résultats : 2-labyrinthe.blend, 2-labyrinthe.py** ### Tutoriel 3 : Interfacer la scène 3D avec une carte Arduino par pyFirmata - Installer la bibliothèque pyFirmata - Déplacer le plateau avec une manette : 4 boutons binaires et/ou un joystick analogique - Inclure la bibliothèque pyFirmata avec l'exécutable -- Fichier de départ : 3-labyrinthe-debut.blend, 2-labyrinthe.py -- Fichiers résultats : 3-labyrinthe.blend, 3-labyrinthe.py +- **Fichiers de départ : 3-labyrinthe-debut.blend, 2-labyrinthe.py** +- **Fichiers résultats : 3-labyrinthe.blend, 3-labyrinthe.py** ### Tutoriel 4 : Interfacer la scène 3D avec une carte Arduino par pySerial - Installer la bibliothèque pySerial - Déplacer le plateau avec une centrale inertielle (capteur IMU sur broche I2C) - Inclure la bibliothèque pySerial avec l'exécutable -- Fichier de départ : 4-labyrinthe-debut.blend, 2-labyrinthe.py -- Fichiers résultats : 4-labyrinthe.blend, 4-labyrinthe.py, 4-labyrinthe-imu.ino +- **Fichiers de départ : 4-labyrinthe-debut.blend, 2-labyrinthe.py** +- **Fichiers résultats : 4-labyrinthe.blend, 4-labyrinthe.py, 4-labyrinthe-imu.ino** ### Tutoriel 5 : Interfacer la scène 3D avec une carte micro:bit - Installer la bibliothèque pySerial - Déplacer le plateau avec la centrale inertielle de la carte microbit - Inclure la bibliothèque pySerial avec l'exécutable -- Fichier de départ : 5-labyrinthe-debut.blend, 2-labyrinthe.py -- Fichiers résultats : 5-labyrinthe.blend, 5-labyrinthe.py, 5-labyrinthe-microbit.py +- **Fichiers de départ : 5-labyrinthe-debut.blend, 2-labyrinthe.py** +- **Fichiers résultats : 5-labyrinthe.blend, 5-labyrinthe.py, 5-labyrinthe-microbit.py**