An open API service indexing awesome lists of open source software.

https://github.com/nobodywasishere/upduino-pinout


https://github.com/nobodywasishere/upduino-pinout

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# upduino-pinout

Board with no components:

![](board_empty.svg)

Board with components and pin headers:

![](board_with_pins.svg)

Board with components and no pin headers:

![](board.svg)

Board labeled with pinout:

![](board_diagram.svg)

## 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
```