We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19db4e5 commit 8c8b587Copy full SHA for 8c8b587
adafruit_seesaw/seesaw.py
@@ -157,9 +157,9 @@ def sw_reset(self):
157
if pid == _CRICKIT_PID:
158
from adafruit_seesaw.crickit import Crickit_Pinmap
159
self.pin_mapping = Crickit_Pinmap
160
- elif pid == _ROBOHATMM1_PID:
161
- from adafruit_seesaw.robohat import MM1_Pinmap
162
- self.pin_mapping = MM1_Pinmap
+ elif pid == _ROBOHATMM1_PID:
+ from adafruit_seesaw.robohat import MM1_Pinmap
+ self.pin_mapping = MM1_Pinmap
163
else:
164
from adafruit_seesaw.samd09 import SAMD09_Pinmap
165
self.pin_mapping = SAMD09_Pinmap
0 commit comments