Skip to content

A tool for creating pinout diagrams useful when designing PCBs with microcontrollers.

License

Notifications You must be signed in to change notification settings

KrystianD/pinout-diagram-drawer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pinout-diagram-drawer

A tool for creating pinout diagrams useful when designing PCBs with microcontrollers.

currently supports:

supported packages:

  • LQFP

Features

  • filtering signals using AND/OR logic,
  • rotating dies

Motivation

See Motivation

Usage

python pinout-drawer -c config.yaml -o output.png

Examples

config.yaml

pinout: stm-db/data/STM32F103C8Tx.json
rotate: 0
drawing:
  image_size_w: 700
  image_size_h: 800
  die_size: 6
  die_margin: 20
filters:
  - or: [SWDIO, SWCLK]
  - and:
      - or: [USART, UART]
      - or: [TX, RX]
  - and: [I2C, {or: [SCL, SDA]}]
  - or: [USB_OTG_FS_DM, USB_OTG_FS_DP]
  - and: [TIM, CH]

Result

Other examples

Alternative software

  • STM32CubeIDE

About

A tool for creating pinout diagrams useful when designing PCBs with microcontrollers.

Topics

Resources

License

Stars

Watchers

Forks

Languages