File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 2323
2424# Using GPIO.BOARD as mode
2525GPIO_ACTIONS = {
26- 19 : "module_stats" ,
27- 21 : "module_items" ,
28- 23 : "module_data" ,
29- 16 : "knob_1" ,
30- 18 : "knob_2" ,
31- 22 : "knob_3" ,
32- 24 : "knob_4" ,
33- 26 : "knob_5" ,
34- 10 : "dial_up" ,
35- 12 : "dial_down"
26+ 10 : "module_stats" ,
27+ 9 : "module_items" ,
28+ 11 : "module_data" ,
29+ 23 : "knob_1" ,
30+ 24 : "knob_2" ,
31+ 25 : "knob_3" ,
32+ 8 : "knob_4" ,
33+ 7 : "knob_5" ,
34+ 15 : "dial_up" ,
35+ 18 : "dial_down"
3636}
3737
3838
Original file line number Diff line number Diff line change 99class Module (BaseModule ):
1010
1111 label = "DATA"
12- GPIO_LED_ID = 15
12+ GPIO_LED_ID = 22
1313
1414 def __init__ (self , * args , ** kwargs ):
1515 self .submodules = [
Original file line number Diff line number Diff line change 99class Module (BaseModule ):
1010
1111 label = "ITEMS"
12- GPIO_LED_ID = 13
12+ GPIO_LED_ID = 27
1313
1414 def __init__ (self , * args , ** kwargs ):
1515 self .submodules = [
Original file line number Diff line number Diff line change 99class Module (BaseModule ):
1010
1111 label = "STATS"
12- GPIO_LED_ID = 11
12+ GPIO_LED_ID = 22
1313
1414 def __init__ (self , * args , ** kwargs ):
1515 self .submodules = [
You can’t perform that action at this time.
0 commit comments