michaelobed / square-wave-gen

A slightly boring tool to accurately* generate square waves for test purposes.
Apache License 2.0
0 stars 0 forks source link

Add support for ATMEGA2560 #10

Open michaelobed opened 9 months ago

michaelobed commented 9 months ago

Basically, I left my Arduino Uno at work and I need to do some dev, so Arduino Mega it is! 🤣

michaelobed commented 9 months ago

Well I've added support for the ATMEGA2560 chip but at the moment UART Rx doesn't seem to work properly, but does on the ATMEGA328P. It's investigation time...