17 lines
451 B
Python
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)
|
|
|
|
|
|
|
|
|