mirror of
https://forge.apps.education.fr/blender-edutech/jumeaux-numeriques.git
synced 2024-01-27 06:56:18 +01:00
Changement du nom des fichiers du volet roulant
This commit is contained in:
parent
0ff6407e61
commit
8a261404bd
@ -4,7 +4,7 @@ import math
|
|||||||
import time
|
import time
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# volroul.py
|
# volrou.py
|
||||||
# @title: Commandes pour le volet roulant
|
# @title: Commandes pour le volet roulant
|
||||||
# @project: Blender-EduTech
|
# @project: Blender-EduTech
|
||||||
# @lang: fr
|
# @lang: fr
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
from volroul_lib import * # Bibliothèque volet roulant
|
from volroul_lib import * # Bibliothèque volet roulant
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# volroul_cmd.py
|
# volrou_cmd.py
|
||||||
# @title: Commandes du volet roulant
|
# @title: Commandes du volet roulant
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
# volroul_doc.py
|
# volrou_doc.py
|
||||||
# @title: Documentation du volet roulant
|
# @title: Documentation du volet roulant
|
||||||
# @project: Blender-EduTech
|
# @project: Blender-EduTech
|
||||||
# @lang: fr
|
# @lang: fr
|
||||||
|
@ -9,7 +9,7 @@ import pyfirmata # Protocole Firmata
|
|||||||
from serial.tools.list_ports import comports # Détection du port automatique
|
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
|
# @title: Bibliothèque utilisateur du volet roulant
|
||||||
# @project: Blender-EduTech
|
# @project: Blender-EduTech
|
||||||
# @lang: fr
|
# @lang: fr
|
||||||
|
Loading…
x
Reference in New Issue
Block a user