https://github.com/nobodywasishere/upduino-pinout
https://github.com/nobodywasishere/upduino-pinout
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nobodywasishere/upduino-pinout
- Owner: nobodywasishere
- License: mit
- Created: 2021-04-21T14:12:29.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-01T23:54:02.000Z (about 4 years ago)
- Last Synced: 2025-04-18T18:28:31.868Z (about 2 months ago)
- Language: Python
- Size: 1.77 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# upduino-pinout
Board with no components:

Board with components and pin headers:

Board with components and no pin headers:

Board labeled with pinout:

## Modifying
Create the board image using [PcbDraw](https://github.com/yaqwsx/PcbDraw) and [PcbDraw-Lib](https://github.com/yaqwsx/PcbDraw-Lib/). Requires that KiCAD is installed:
```
pcbdraw UPduino_v3.0.kicad_pcb board.png
```The pins in the pinout diagram can be modified by changing `create_board.py`. The colors / theme of the diagram can be modified by changing `board_diagram.css`.
Create the pinout diagram by using [pinout](https://github.com/j0ono0/pinout):
```
./create_board.py
```