Generator for LaTeX figures showing the pins used by different STM32 peripherals
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
| 12345678910 |
- [package]
- name = "stm32-pin-diagram"
- version = "0.1.0"
- authors = ["Mathias Gottschlag <mathias.gottschlag@kit.edu>"]
- edition = "2018"
-
- [dependencies]
- lazy_static = "1.4"
- quick-xml = "0.20"
- structopt = "0.3"
|