On Tue, 16 Feb 2021 at 15:40, Kevin Cozens via talk <[email protected]> wrote: > The Arduino boards I've seen always(?) have ATmega328's on them.
Nope. Arduino Leonardo, Arduino Micro: ATmega32U4 (AVR) Arduino Mega 2560: ATmega2560 (AVR) Arduino Zero: Atmel SAMD21 (ARM Cortex M0+) Arduino Due: Atmel SAM3X8E (ARM Cortex M3) Third party boards with other MCUs supported in the Arduino environment: ESP8266 and ESP32 ST Micro STM32 series Etc... -- Scott --- Post to this mailing list [email protected] Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk
