Beispiel #1
0
 def disable_all_LE(self):
     #3- LE Disable
     for key, value in LE_DICT.items():
         self.turn_off_gpio(key)
Beispiel #2
0
 def enable_all_LE(self):
     #1- LE Enable
     for key, value in LE_DICT.items():
         self.turn_on_gpio(key)