File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -173,11 +173,11 @@ def get_temp(sensor):
173173PAYLOAD_PWR_ENABLE .direction = digitalio .Direction .OUTPUT
174174
175175
176- load_switch_0 = LoadSwitchManager (FACE0_ENABLE , True )
177- load_switch_1 = LoadSwitchManager (FACE1_ENABLE , True )
178- load_switch_2 = LoadSwitchManager (FACE2_ENABLE , True )
179- load_switch_3 = LoadSwitchManager (FACE3_ENABLE , True )
180- load_switch_4 = LoadSwitchManager (FACE4_ENABLE , True )
176+ load_switch_0 = LoadSwitchManager (FACE0_ENABLE , True ) # type: ignore , upstream on mcp TODO
177+ load_switch_1 = LoadSwitchManager (FACE1_ENABLE , True ) # type: ignore , upstream on mcp TODO
178+ load_switch_2 = LoadSwitchManager (FACE2_ENABLE , True ) # type: ignore , upstream on mcp TODO
179+ load_switch_3 = LoadSwitchManager (FACE3_ENABLE , True ) # type: ignore , upstream on mcp TODO
180+ load_switch_4 = LoadSwitchManager (FACE4_ENABLE , True ) # type: ignore , upstream on mcp TODO
181181
182182
183183# Face Control Helper Functions
You can’t perform that action at this time.
0 commit comments