Files
x04sa-es2/script/local.py
T
2018-01-25 09:43:49 +01:00

17 lines
451 B
Python

###################################################################################################
# Deployment specific global definitions - executed after startup.py
###################################################################################################
DIODE_SETTLING_TIME = 0.01 #10ms
#Devices
run("devices/SimulatedDiode")
add_device(SimulatedDiode("scd_sim"), True)
scd_sim.polling=500
scd_sim.set_center(1.0, 1.0)