Closed akakikuumeri closed 2 years ago
Hey @akakikuumeri, it seems like there is a forgotten bracket :/
In the file atmega32u4_mcu.h
on the line 147.
The code for the Leonardo is not much tested, please do not hesitate to post issues if you'll have ,more of them. Its going to help us improve our support!
Btw, the warning is ok, not a big deal. It will be removed in the next release.
Thanks a lot! I should've been able to fix that myself, but I'm only getting used to the project. Thank you for your help.
I'm trying to get an Arduino Pro Micro to work with some AS5600 sensors and a stepper motor. I'll post issues if I run into more.
Fixed in the dev branch, by richard few months ago. The bug will be removed in the next release v2.2.2
Compiling the velocity_control.ino example and all other sketches I have tried, using v. 2.2.1, targeting Arduino Leonardo in Arduino IDE on Windows exit with the following errors:
Further, I also get multiple warnings like
on both Leonardo but also on Arduino MEGA, but there they don't prevent me from compiling, so I am not sure if they are related to the error.