Arduino COde mit Neumann und COM to txt

main
Orell-Pieter Schwarzbach 2023-04-14 13:45:44 +02:00
parent 4c7ea1d944
commit d6168fd7d3
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@ with open(filename, 'wb') as file:
file.write(data)
file.flush() # Flushe die Datei, um die Daten zu schreiben
# s