arduino-pico/variants/pimoroni_pga2040/pins_arduino.h
Earle F. Philhower, III c3da4ada61
Add basic Pimoroni PGA2040 board definition (#930)
Because the board needs a unique BOOT2.S, add a definition to make it
easier to use.
2022-10-22 10:19:30 -07:00

5 lines
121 B
C

#pragma once
// This is a bare board with no real predefined pins, so use generic
#include "../generic/pins_arduino.h"