Skip to content

Commit

Permalink
Merge pull request #12 from dhalbert/crickit-touch-pins
Browse files Browse the repository at this point in the history
Correct Crickit touch pin numbers
  • Loading branch information
deanm1278 committed Jun 20, 2018
2 parents 498f59b + 7806f2e commit 43e3a07
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions adafruit_seesaw/crickit.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
_CRICKIT_DRIVE3 = const(12)
_CRICKIT_DRIVE4 = const(13)

_CRICKIT_CT1 = const(0)
_CRICKIT_CT2 = const(1)
_CRICKIT_CT3 = const(2)
_CRICKIT_CT4 = const(3)
_CRICKIT_CT1 = const(4)
_CRICKIT_CT2 = const(5)
_CRICKIT_CT3 = const(6)
_CRICKIT_CT4 = const(7)

class Crickit_Pinmap:
analog_pins = (_ADC_INPUT_0_PIN_CRICKIT, _ADC_INPUT_1_PIN_CRICKIT,
Expand Down

0 comments on commit 43e3a07

Please sign in to comment.