MCUdude / MightyCore

Arduino hardware package for ATmega1284, ATmega644, ATmega324, ATmega324PB, ATmega164, ATmega32, ATmega16 and ATmega8535
Other
650 stars 183 forks source link

No variants for ATmega32? #280

Closed hilmiyafia closed 1 year ago

hilmiyafia commented 1 year ago

I don't see the variants option for ATmega32. I want to program ATmega32A, is it the same?

MCUdude commented 1 year ago

It's right there in the documentation:

image

ATmega32A are binary compatible with ATmega32, and ca be used without any issues.

hilmiyafia commented 1 year ago

Thank you! 😊