Ajout des icones Mars

This commit is contained in:
Philippe Roy 2022-11-13 00:04:18 +01:00
parent 090139056b
commit 73806eef40
3 changed files with 1408 additions and 2 deletions

BIN
img/Tango_Mars.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

1371
img/Tango_Mars.svg Normal file

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 49 KiB

View File

@ -28,8 +28,9 @@ from rp_lib import * # Bibliothèque Ropy
def commandes():
# Ecrire votre code ici ...
rp_jumeau('/dev/ttyACM1', 115200)
rp_jumeau('/dev/ttyACM0', 115200)
rp_avancer()
rp_fin() # A garder
@ -42,3 +43,37 @@ if __name__=='start':
thread_cmd_start(commandes)
if __name__=='stop':
thread_cmd_stop()