Skip to content
Snippets Groups Projects
Commit 0e709799 authored by Vincent Namy (EDU_GE)'s avatar Vincent Namy (EDU_GE)
Browse files

Modifier main.py

parent 89eefc29
Branches
Tags
No related merge requests found
...@@ -14,14 +14,6 @@ import music ...@@ -14,14 +14,6 @@ import music
userId = 0 userId = 0
def ackedVisualFeedback(acked):
if acked:
display.show(Image.HAPPY)
else:
display.show(Image.SAD)
sleep(100)
display.clear()
while True: while True:
# Messages à envoyer # Messages à envoyer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment