
16 Feb
2021
16 Feb
'21
1:43 p.m.
On Tue, 16 Feb 2021 at 15:40, Kevin Cozens via talk <talk@gtalug.org> 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