|
|
@ -33,7 +33,7 @@ class Photography(Bureau):
|
|
|
|
|
|
|
|
|
|
|
|
# set up the gpios for lamp & knobs
|
|
|
|
# set up the gpios for lamp & knobs
|
|
|
|
gpio.init()
|
|
|
|
gpio.init()
|
|
|
|
gpio.setcfg(doc_light_pin, gpio.OUTPUT)
|
|
|
|
gpio.setcfg(self.doc_light_pin, gpio.OUTPUT)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def _doc_light_on(self):
|
|
|
|
def _doc_light_on(self):
|
|
|
|