Mega 2560 PRO (Embed) CH340G¶
lbuild config: modm:mega-2560-pro
A compact breakout board similiar to the Arduino Mega 2560 board. You can order this for little money from well known Chinese online stores.
See: https://robotdyn.com/mega-2560-pro-embed-ch340g-atmega2560-16au.html
Configuration¶
<library>
<options>
<option name="modm:target">atmega2560-16au</option>
<option name="modm:platform:core:f_cpu">16M</option>
</options>
<modules>
<module>modm:board:mega-2560-pro</module>
</modules>
</library>