We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0094243 commit 704cf02Copy full SHA for 704cf02
examples/GameportToUSB/GameportToUSB.ino
@@ -5,10 +5,9 @@
5
6
//
7
// This requires an stm32f1 board compatible with the no-grounding-pin feature of ADCTouchSensor,
8
-// this branch of the stm32f1 core: https://github.com/arpruss/Arduino_STM32/tree/addMidiHID
9
-// and this library: https://github.com/arpruss/GameControllersSTM32
10
-//
11
-// Either gameport or Keyboard+Mouse+gameport mode.
+// the libmaple-based stm32f1 core: https://github.com/rogerclarkmelbourne/Arduino_STM32
+// and these libraries: https://github.com/arpruss/GameControllersSTM32
+// and these libraries: https://github.com/arpruss/Joystick_stm32f1
12
13
// Pinout for reading gameport analog values:
14
// Gameport 3 (X1) A0 --10K-- ground (X)
0 commit comments