Skip to content

Commit 7986044

Browse files
committed
tell us how you really feel pylint
1 parent e520b77 commit 7986044

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

adafruit_seesaw/crickit.py

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,15 @@
5353

5454
class Crickit_Pinmap:
5555
analog_pins = (_ADC_INPUT_0_PIN_CRICKIT, _ADC_INPUT_1_PIN_CRICKIT,
56-
_ADC_INPUT_2_PIN_CRICKIT, _ADC_INPUT_3_PIN_CRICKIT,
57-
_ADC_INPUT_4_PIN_CRICKIT, _ADC_INPUT_5_PIN_CRICKIT,
58-
_ADC_INPUT_6_PIN_CRICKIT, _ADC_INPUT_7_PIN_CRICKIT)
56+
_ADC_INPUT_2_PIN_CRICKIT, _ADC_INPUT_3_PIN_CRICKIT,
57+
_ADC_INPUT_4_PIN_CRICKIT, _ADC_INPUT_5_PIN_CRICKIT,
58+
_ADC_INPUT_6_PIN_CRICKIT, _ADC_INPUT_7_PIN_CRICKIT)
5959

6060
pwm_width = 16
6161

6262
pwm_pins = (_CRICKIT_S4, _CRICKIT_S3, _CRICKIT_S2, _CRICKIT_S1,
63-
_CRICKIT_M1_A1, _CRICKIT_M1_A2, _CRICKIT_M1_B1,
64-
_CRICKIT_M1_B2, _CRICKIT_DRIVE1, _CRICKIT_DRIVE2,
65-
_CRICKIT_DRIVE3, _CRICKIT_DRIVE4)
63+
_CRICKIT_M1_A1, _CRICKIT_M1_A2, _CRICKIT_M1_B1,
64+
_CRICKIT_M1_B2, _CRICKIT_DRIVE1, _CRICKIT_DRIVE2,
65+
_CRICKIT_DRIVE3, _CRICKIT_DRIVE4)
6666

6767
touch_pins = (_CRICKIT_CT1, _CRICKIT_CT2, _CRICKIT_CT3, _CRICKIT_CT4)
68-

adafruit_seesaw/neopixel.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,5 @@ def fill(self, color):
8787
self.show()
8888

8989
def show(self):
90-
self._seesaw.write(_NEOPIXEL_BASE, _NEOPIXEL_SHOW)
90+
self._seesaw.write(_NEOPIXEL_BASE, _NEOPIXEL_SHOW)
91+

adafruit_seesaw/samd09.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ class SAMD09_Pinmap:
4242
pwm_pins = (_PWM_0_PIN, _PWM_1_PIN, _PWM_2_PIN, _PWM_3_PIN)
4343

4444
touch_pins = ()
45-
45+

0 commit comments

Comments
 (0)