-
Notifications
You must be signed in to change notification settings - Fork 248
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
Arduino UNO R4 MINIMA not supported #98
Comments
You can check out a fork made by mjs513, branch |
I tried the fork by mjs53 today on a R4 WIFI, but sadly, nothing works. The encoder works absolutely flawless on a R3 with the original library, but not with the fork on the R4 and, for sure, not with the original library. |
For my project I finally used the library by Mathias Hertel: RotaryEncoder |
Many thanks! It might be a solution for another project. I decided to drop the whole library and handle the encoder myself. Works beautiful so far so that I don't need any library atm. |
Description
This library is not working on Arduino UNO R4 Minima. Lots of errors like "...has no member named..." concerning pin bitmask and registers.
Steps To Reproduce Problem
Download library (seams to be version 1.4.3 on Sept 17 2023).
Add library to IDE (used 1.8.10).
Open Basic example.
Choose Arduino UNO R4 Minima as board.
Compile.
Hardware & Software
Board: Arduino UNO R4 Minima
Shields / modules used: none
Arduino IDE version: 1.8.10
Operating system & version: Win10 pro
Arduino Sketch
the included example "Basic".
Errors or Incorrect Output
'IO_REG_TYPE' does not name a type
The text was updated successfully, but these errors were encountered: