Skip to content

A version of the ATmega328P-PU symbol with Arduino pin names.

KiCad Bot requested to merge github/fork/ppelleti/arduino into master

Created by: ppelleti

As before, in KiCad/kicad-library#1770:

I'm not entirely sure this even belongs in the KiCad library, so please let me know if it doesn't.

This is a symbol for the ATmega328P-PU microcontroller, but instead of using the manufacturer's pin names, it uses the Arduino pin names. This makes it easier when designing a circuit whose software is meant to be programmed with Arduino.

The Arduino pinout is here, although most of the exact pin names came from this sticker.

atmega328p-pu_arduinopinout

Merge request reports