Skip to content
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

Open
GralfR opened this issue Sep 17, 2023 · 4 comments
Open

Arduino UNO R4 MINIMA not supported #98

GralfR opened this issue Sep 17, 2023 · 4 comments

Comments

@GralfR
Copy link

GralfR commented Sep 17, 2023

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

@mich-j
Copy link

mich-j commented Feb 6, 2024

You can check out a fork made by mjs513, branch Arduino-R4. It works well with the R4.

@pandel
Copy link

pandel commented Mar 11, 2024

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.

@GralfR
Copy link
Author

GralfR commented Mar 12, 2024

For my project I finally used the library by Mathias Hertel: RotaryEncoder
It works on my R4 Minima.

@pandel
Copy link

pandel commented Mar 12, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants