Changement du nom des fichiers du volet roulant

This commit is contained in:
Philippe Roy 2022-12-19 17:28:29 +01:00
parent 0ff6407e61
commit 8a261404bd
4 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ import math
import time
###############################################################################
# volroul.py
# volrou.py
# @title: Commandes pour le volet roulant
# @project: Blender-EduTech
# @lang: fr

View File

@ -1,7 +1,7 @@
from volroul_lib import * # Bibliothèque volet roulant
###############################################################################
# volroul_cmd.py
# volrou_cmd.py
# @title: Commandes du volet roulant
###############################################################################

View File

@ -1,5 +1,5 @@
###############################################################################
# volroul_doc.py
# volrou_doc.py
# @title: Documentation du volet roulant
# @project: Blender-EduTech
# @lang: fr

View File

@ -9,7 +9,7 @@ import pyfirmata # Protocole Firmata
from serial.tools.list_ports import comports # Détection du port automatique
###############################################################################
# volroul_lib.py
# volrou_lib.py
# @title: Bibliothèque utilisateur du volet roulant
# @project: Blender-EduTech
# @lang: fr