-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for STM32 #72
Comments
Yes (or probably yes), just a matter of missing defines. Help wanted from any STM32 experts to send a pull request. Just to be clear, I do not have any STM32 boards. I'm depending on the open source community to send pull requests to add the appropriate defines. |
ok, I created the definitions for BluePill according this and seems encoder is working. I am using PlatformIO (arduino framework). So I created the extra file with definitions and added it to build flags: I am not sure if it is 100% correct, but simply it is working. File is attached. My encoder generates 4 steps per "click", so I must divide the value by 4. |
Description
Tried to use the lib with STM32 bluepill , it seems that it is not yet supported
here is the build error: #error "Interrupts are unknown for this board, please add to this code"
For some reason this library is tagged as supporting STM32 in platformio documentation.
Do you have plans to support it soon?
Is it a matter of only adding a new define segment in the interrupt_pins.h header file?
The text was updated successfully, but these errors were encountered: