File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 11#include " GameControllers.h" // https://github.com/arpruss/GameControllersSTM32
22#include " USBHID.h" // https://github.com/arpruss/USBHID_stm32f1
33
4- #define LED_BUILTIN PB12 // change to match your board
4+ #define LED_BUILTIN PB12 // change to match your board ; PB12 for some black pills ; PC13 for blue/red pill
55
6- //
7- // This requires an stm32f1 board compatible with the no-grounding-pin feature of ADCTouchSensor,
8- // the libmaple-based stm32f1 core: https://github.com/rogerclarkmelbourne/Arduino_STM32
6+ // This requires the libmaple-based stm32f1 core: https://github.com/rogerclarkmelbourne/Arduino_STM32
97// and these libraries: https://github.com/arpruss/GameControllersSTM32
10- // and these libraries: https://github.com/arpruss/Joystick_stm32f1
8+ // and these libraries: https://github.com/arpruss/USBHID_stm32f1
119//
1210// Pinout for reading gameport analog values:
1311// Gameport 3 (X1) A0 --10K-- ground (X)
You can’t perform that action at this time.
0 commit comments