Replies: 1 comment 3 replies
-
Thanks for the report. Please try using the latest |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For me, the library does not work with boards with ATmega32 and ATmega1284 processors. Tiles from https://github.com/MCUdude/MightyCore#boards-manager-installation
Errors: C: \ Users \ rommi \ Documents \ Arduino \ libraries \ Control-Surface-master \ src / Submodules / Encoder / utility / interrupt_pins.h: 345: 2: error: #error "Encoder requires interrupt pins, but this board does not have any :( "
#error "Encoder requires interrupt pins, but this board does not have any :("
^ ~~~~
C: \ Users \ rommi \ Documents \ Arduino \ libraries \ Control-Surface-master \ src / Submodules / Encoder / utility / interrupt_pins.h: 346: 2: error: #error "You could try defining ENCODER_DO_NOT_USE_INTERRUPTS as a kludge."
#error "You could try defining ENCODER_DO_NOT_USE_INTERRUPTS as a kludge."
^ ~~~~
Use of the library Control-Surface-master version 2.0.0 from the folder: C: \ Users \ rommi \ Documents \ Arduino \ libraries \ Control-Surface-master
Using the 1.0 SPI library from the folder: C: \ Users \ rommi \ Documents \ ArduinoData \ packages \ MightyCore \ hardware \ avr \ 2.1.3 \ libraries \ SPI
exit status 1
Compilation error for the ATmega32 board.
Beta Was this translation helpful? Give feedback.
All reactions