arpruss / USBComposite_stm32f1

USB Composite library for STM32F1 (HID, Serial, MIDI and XBox360 controller)
Other
382 stars 76 forks source link

SwitchController not working #108

Closed sonik-br closed 2 years ago

sonik-br commented 2 years ago

Hi! I'm trying to use the Switch controller example but it does not compile: 'HIDSwitchController' does not name a type Lib/boards installed and configured. Xbox360 example builds as expected. I need to do any additional config for it to work?

arpruss commented 2 years ago

My guess is that your build is picking up an older version of the library, e.g., the one bundled with the core.

sonik-br commented 2 years ago

Spot on! Deleted the one from the core and now its using the one from my libraries folder. Thanks!