No description
Find a file
2021-05-08 12:33:59 -04:00
.gitignore use an fzpz file and unzip it for fzp/svg 2021-05-02 18:21:45 -04:00
Adafruit Feather RP2040.fzpz use an fzpz file and unzip it for fzp/svg 2021-05-02 18:21:45 -04:00
breadboard.svg noodles 2021-05-02 11:48:15 -04:00
esp32s2pins.csv add themes for esp32s2 pins, allow pad name substitution on the command line, let pins be a lil farther away from the edge 2021-05-07 18:27:08 -04:00
output.svg add themes for esp32s2 pins, allow pad name substitution on the command line, let pins be a lil farther away from the edge 2021-05-07 18:27:08 -04:00
parser.py add themes for esp32s2 pins, allow pad name substitution on the command line, let pins be a lil farther away from the edge 2021-05-07 18:27:08 -04:00
pinlabels.svg add themes for esp32s2 pins, allow pad name substitution on the command line, let pins be a lil farther away from the edge 2021-05-07 18:27:08 -04:00
README.md quoty 2021-05-08 12:33:59 -04:00
rp2040pins.csv add chip description to csv for generic details 2021-05-07 13:28:44 -04:00

PrettyPins

examples:

python3 parser.py "Adafruit Feather RP2040.fzpz" C:\Users\ladyada\Dropbox\micropython\circuitpython\ports\raspberrypi\boards\adafruit_feather_rp2040\pins.c rp2040pins.csv
python3 parser.py "Adafruit ItsyBitsy RP2040.fzpz" C:\Users\ladyada\Dropbox\micropython\circuitpython\ports\raspberrypi\boards\adafruit_feather_rp2040\pins.c rp2040pins.csv
python3 parser.py "Adafruit QT Py RP2040.fzpz" C:\Users\ladyada\Dropbox\micropython\circuitpython\ports\raspberrypi\boards\adafruit_qtpy_rp2040\pins.c rp2040pins.csv

python3 parser.py "Adafruit Metro ESP32-S2.fzpz" C:\Users\ladyada\Dropbox\micropython\circuitpython\ports\esp32s2\boards\adafruit_metro_esp32s2\pins.c esp32s2pins.csv -s "^D([0-9])" "IO\1"