You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be missing support for Arduino Micro. It seems to be similar to Sparkfun Pro Micro, so most of the implementation might be c&p. The blink example already works without a problem.
I would be happy to help, please let me know, how i can assist.
There's currently a refactoring going on in avr-hal, see #130. If you want, you can take a look at some of the commits adding support for new boards over there and do something similar for Arduino Micro. For example, commits 5304fd0 ("arduino-hal: Add support for Arduino Leonardo") and 8f6928c ("Add example crate for Arduino Leonardo") add support for Arduino Leonardo which also uses the ATmega32U4.
Be sure to do this against the next branch of this repository, where the refactor is ongoing. The master branch is not up-to-date with that.
There seems to be missing support for Arduino Micro. It seems to be similar to Sparkfun Pro Micro, so most of the implementation might be c&p. The blink example already works without a problem.
I would be happy to help, please let me know, how i can assist.
Arduino Micro in Store: store.arduino.cc/arduino-micro
The text was updated successfully, but these errors were encountered: