MCUdude / MightyCore

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

No variants for ATmega32? #280

Closed hilmiyafia closed 10 months ago

hilmiyafia commented 10 months ago

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

MCUdude commented 10 months ago

It's right there in the documentation:

image

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

hilmiyafia commented 10 months ago

Thank you! 😊