Skip to content
Snippets Groups Projects
Commit a3ab21b6 authored by Ilona Szczot's avatar Ilona Szczot
Browse files

Modified python script

parent 70e110a0
Branches main
No related tags found
No related merge requests found
...@@ -2,10 +2,10 @@ import serial ...@@ -2,10 +2,10 @@ import serial
import time import time
# max 1024 # max 1024
TEST_VALUE = 1000 TEST_VALUE = 200
# a very low value to pull in an unnoticable way # a very low value to pull in an unnoticable way
REST_VALUE = 1 REST_VALUE = 1
SLEEP_SEC = 5 SLEEP_SEC = 3
# com port for arduiono usb # com port for arduiono usb
COM = "COM4" COM = "COM4"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment