File tree 3 files changed +26
-1
lines changed
3 files changed +26
-1
lines changed Original file line number Diff line number Diff line change
1
+ * [ Linksprite Thumb Joystick] ( linksprite-thumb-joystick )
2
+
3
+ * [ KY-023 Joystick Modul] ( ky-023-joystick )
4
+
5
+
6
+ ## Linksprite Thumb Joystick
7
+
8
+ [ Example code] ( thumbjoystick.py ) .
9
+
1
10
![ Above View] ( images/above.jpg )
2
11
3
12
![ Rear View] ( images/rear.jpg )
4
13
5
- ![ Below View] ( images/below.jpg )
14
+ ![ Below View] ( images/below.jpg )
15
+
16
+
17
+ ## KY-023 Joystick
18
+
19
+ [ Example code] ( ky023.py ) (very similar to the linksprite one - only the switch has an additional pin).
20
+ This sensor has 5 pins, each one specified on the hardware itself.
21
+ For the example code, the pins are (` sensor: extension board ` ):
22
+ * x: A0
23
+ * y: A1
24
+ * sw: D27 (notice the yellow cable on the images below)
25
+ * +5V: V
26
+ * GND: G
27
+
28
+ ![ KY023] ( images/ky023.jpg )
29
+
30
+ ![ Board Connection] ( images/ky023connection.jpg )
You can’t perform that action at this time.
0 commit comments