Skip to content

Commit d18c2ec

Browse files
authored
more whitespace rule fixes.
1 parent b8d95d4 commit d18c2ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

adafruit_seesaw/robohat.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
_MM1_D5 = const(1) # (GPS_SCL)
4040
_MM1_D6 = const(28) # (POWER_ENABLE)
4141
_MM1_D7 = const(2) # (BATTERY)
42-
_MM1_D8 = const(20) # (NEOPIXEL)
42+
_MM1_D8 = const(20) # (NEOPIXEL)
4343
_MM1_D9 = const(43) # PWM (SPI_SCK)
4444
_MM1_D10 = const(41) # PWM (SPI_SS)
4545
_MM1_D11 = const(42) # PWM (SPI_MOSI)
@@ -74,9 +74,9 @@
7474

7575
class MM1_Pinmap:
7676
# seesaw firmware (mm1_hat) analog pin map:
77-
# analog[0]:47 analog[1]:48 analog[2]: analog[3]:
77+
# analog[0]:47 analog[1]:48 analog[2]: analog[3]:
7878
# analog[4]: analog[5]: analog[6]: analog[7]:
79-
#
79+
#
8080
analog_pins = (_MM1_D3, _MM1_D2)
8181

8282
pwm_width = 16

0 commit comments

Comments
 (0)