Closed DaveVdE closed 10 years ago
I can use the 'Leonardo (arcore)' board with the Micro, just hope there's no important difference that I missed...
The configuration for the Arduino Micro seems very similar to the Arduino Leonardo, so it is likely to work - just don't try to upload the Leonardo's bootloader to the Micro.
I added configuration for the Micro in the arduino-micro branch (commit https://github.com/rkistner/arcore/commit/e1acc93f4b62aa56f0da384b539db0127a04150b). I can compile a sketch with it on my machine (with Arduino 1.5.4), but I can't test that it runs.
Thank you for adding the configuration. I haven't had the time yet to test this, but will shortly.
Dave
On Fri, Dec 27, 2013 at 1:29 PM, Ralf Kistner notifications@github.comwrote:
The configuration for the Arduino Micro seems very similar to the Arduino Leonardo, so it is likely to work - just don't try to upload the Leonardo's bootloader to the Micro.
I added configuration for the Micro in the arduino-microhttps://github.com/rkistner/arcore/tree/arduino-microbranch (commit e1acc93https://github.com/rkistner/arcore/commit/e1acc93f4b62aa56f0da384b539db0127a04150b). I can compile a sketch with it on my machine (with Arduino 1.5.4), but I can't test that it runs.
— Reply to this email directly or view it on GitHubhttps://github.com/rkistner/arcore/issues/3#issuecomment-31258712 .
I'm assuming it works for now, so I merged in the board configuration into the main branch.
I'm trying to get this to work with the Arduino Micro. I managed to copy the configuration over from the official boards.txt, but when I try to 'verify' a sketch, almost nothing has been declared (can't find Arduino.h).
Got any tips on that?