Cosa: An Object-Oriented Platform for Arduino programming

kowalski:
@g_ad
You are welcome. Please let me know how the update works with Arduino Mega 1280 as I do not have that specific board to test. As the MCU is very similar to the Mega 2560, half the amount of program memory but otherwise the same, I believe that it should work just fine.

I have also added support for the Arduino Diecimila (Add support for Diecimila (ATmega168) · Issue #209 · mikaelpatel/Cosa · GitHub). All boards can be built with the command line tool.

Cheers!

@kowalski
I can confirm, Mega1280 is working now :), however it seems that the uart1 doesn't work, I've tried the MegaUARTs example and had to change to uart2 to test it.

Time to get my head around to understand the software, as I'm rather beginner than advanced - it will take some time.

Kind regards,
Adam