NicoHood/HID

(STM32 BluePill) Can't compile example: HID.h no such file

Opened this issue · 4 comments

Arduino: 1.8.13 clean install + STM32duino (latest) + HID-Project library (latest)
Can't compile any of the examples, all the time I get:

.../HID-Project/src/HID-Project.h:39,
.../HID-Project/examples/Keyboard/ImprovedKeyboard/ImprovedKeyboard.ino:13:
.../HID-Project/src/SingleReport/SingleAbsoluteMouse.h:28:10: fatal error: HID.h: No such file or directory
28 | #include "HID.h"

I think it is the same issue as #257

See that issue for a possible fix

Heh. I know the reason: I was trying to use library with official stm32duino, not that one mentioned in the wiki... : D
Any chances of making it to support official core? Can't find any library for USB mass storage and more advanced functionality...

Open an issue at the upstream arduino library, reference this issue and request support. It should be quite easy to add

Is the issue fixed? because I am getting same error. Using all the latest version libraries.