From 11b1eb850278cac0847204bed197d9ba14bec217 Mon Sep 17 00:00:00 2001 From: Jan Henrik Date: Fri, 20 Dec 2019 22:36:50 +0100 Subject: Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 40328ad..e7f27e5 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ Or you can generate a basic firmware, with HAL init and Makefile, with CubeMX. T $ make $ dfu-util -a 0 -s 0x08000000:leave -D build/firmware.bin +## Pinout + +![](pinout.png) + ## USB-PD example firmware This is a working USB-PD example using ChibiOS, a new voltage can be requested by pressing the Button. -- cgit