summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJanHenrik <janhenrik@janhenrik.org>2020-03-28 16:37:58 +0100
committerJanHenrik <janhenrik@janhenrik.org>2020-03-28 16:37:58 +0100
commitb209f4b1e7450b168ce6137ac755642cb2cbcf85 (patch)
treedaa3a457bba18aca89693ffcd4e1013d05403421 /README.md
parentbd255126e3af1aa9381ad3f1cd392d7cd6ca24d5 (diff)
parentba995a59e27117b116c09f652e583e6c39a7679d (diff)
downloadminikbd-b209f4b1e7450b168ce6137ac755642cb2cbcf85.tar.gz
minikbd-b209f4b1e7450b168ce6137ac755642cb2cbcf85.tar.bz2
minikbd-b209f4b1e7450b168ce6137ac755642cb2cbcf85.zip
Merge branch 'master' of github.com:Jan--Henrik/OtterPill
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 20 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5df8249..a08a078 100644
--- a/README.md
+++ b/README.md
@@ -21,13 +21,31 @@ 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
+## Schematic
+
+[HW v1.2/OtterPill.pdf](HW%20v1.2/OtterPill.pdf)
+
## Pinout
![](pinout.png)
-## Blank example firmware
+Pinout by [SarahhhhFoster](https://github.com/SarahhhhFoster) :)
+
+## Blink example firmware
+
+[Blink/](Blink/)
+
+## Rust example
+
+Thank you [@jamesmunns](https://github.com/jamesmunns)! :3
+
+[https://github.com/jamesmunns/OtterPill-rs](https://github.com/jamesmunns/OtterPill-rs)
+
+## STM workshop based on OtterPill
+
+[https://github.com/Jan--Henrik/hackerhotel-stm-workshop](https://github.com/Jan--Henrik/hackerhotel-stm-workshop)
-SoonTM
+![](https://github.com/Jan--Henrik/hackerhotel-stm-workshop/blob/master/monochrome_c.gif)
## USB-PD example firmware