Skip to content

Commit

Permalink
Re-enable i2c on POST
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewWilkes committed May 31, 2022
1 parent 1dc1532 commit 171f600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/post.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def on_start(self):
self.window = textwindow.TextWindow(self.BG, self.FG, self.title)
self.timer = 10
self.window.cls()
self.i2c_addresses = []#tidal.i2cs.scan()
self.i2c_addresses = tidal.i2cs.scan()
self.connecting = False
self.adc = ADC(tidal.BUTTON_A)
self.adc.atten(ADC.ATTN_11DB)
Expand Down

0 comments on commit 171f600

Please sign in to comment.