Skip to content

Commit 16c8a5a

Browse files
committed
Also added Chris O'Halloran's suggestion of the actual pins in the documentation.
1 parent f100e72 commit 16c8a5a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,14 @@ TCL.setupDeveloperShield();
106106

107107
There are also defined aliases for each input device:
108108

109-
TCL_POT1 : Potentiometer 1
110-
TCL_POT2 : Potentiometer 2
111-
TCL_POT3 : Potentiometer 3
112-
TCL_POT4 : Potentiometer 4
113-
TCL_MOMENTARY1 : Button 1
114-
TCL_MOMENTARY2 : Button 2
115-
TCL_SWITCH1 : Two-position Switch 1
116-
TCL_SWITCH2 : Two-position Switch 2
109+
TCL_POT1 : Potentiometer 1 (A0)
110+
TCL_POT2 : Potentiometer 2 (A1)
111+
TCL_POT3 : Potentiometer 3 (A2)
112+
TCL_POT4 : Potentiometer 4 (A3)
113+
TCL_MOMENTARY1 : Button 1 (D4)
114+
TCL_MOMENTARY2 : Button 2 (D5)
115+
TCL_SWITCH1 : Two-position Switch 1 (D6)
116+
TCL_SWITCH2 : Two-position Switch 2 (D7)
117117

118118
If you are using the metallic purple developer shield/arduino case, then the
119119
aliases correspond to the following silkscreened outputs:

0 commit comments

Comments
 (0)