Skip to content

Commit 43e3a07

Browse files
authored
Merge pull request #12 from dhalbert/crickit-touch-pins
Correct Crickit touch pin numbers
2 parents 498f59b + 7806f2e commit 43e3a07

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

adafruit_seesaw/crickit.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@
4949
_CRICKIT_DRIVE3 = const(12)
5050
_CRICKIT_DRIVE4 = const(13)
5151

52-
_CRICKIT_CT1 = const(0)
53-
_CRICKIT_CT2 = const(1)
54-
_CRICKIT_CT3 = const(2)
55-
_CRICKIT_CT4 = const(3)
52+
_CRICKIT_CT1 = const(4)
53+
_CRICKIT_CT2 = const(5)
54+
_CRICKIT_CT3 = const(6)
55+
_CRICKIT_CT4 = const(7)
5656

5757
class Crickit_Pinmap:
5858
analog_pins = (_ADC_INPUT_0_PIN_CRICKIT, _ADC_INPUT_1_PIN_CRICKIT,

0 commit comments

Comments
 (0)