Script execution
This commit is contained in:
@@ -112,4 +112,13 @@ def fit(ydata, xdata = None, draw_plot = True):
|
||||
print "Invalid gaussian fit: " + str(mean)
|
||||
return (None, None, None)
|
||||
|
||||
context = get_context()
|
||||
context = get_context()
|
||||
|
||||
|
||||
|
||||
def set_led_range(room_temp = True):
|
||||
led_ctrl.config.maxValue = 0.25 if room_temp else 1.20
|
||||
led_ctrl.config.save()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user