Skip to content
Discussion options

You must be logged in to vote

I think all that is missing is support in arduino-hal. That's pretty straight-forward to add - just check the official documentation for the board for technical info like pinout, clock speed, serial, etc. See the changes in commits like 190f2c3 or 21342dc for reference, but beware that some details have changed since then. You can take a look at the latest code for other boards to see what things need to look like. Add at least a blink example for the board, imo that's all that is needed.

The Arduino Micro is based on ATmega32U4 so it doesn't have a hardware serial; instead the MCU can talk directly to USB. That's not yet supported officially in avr-hal, so keep this in mind (issue #40).

I…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Ivan-Johnson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants