File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -106,14 +106,14 @@ TCL.setupDeveloperShield();
106
106
107
107
There are also defined aliases for each input device:
108
108
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)
117
117
118
118
If you are using the metallic purple developer shield/arduino case, then the
119
119
aliases correspond to the following silkscreened outputs:
You can’t perform that action at this time.
0 commit comments