27 lines
567 B
Markdown
27 lines
567 B
Markdown
# USB-C Soldering Iron Firmware
|
|
|
|
```
|
|
SHRIM
|
|
__-------._
|
|
_` __===O~O_\.
|
|
/ \ _ __w_=
|
|
/___ /~^
|
|
| |~^
|
|
\ __\~^ \ V/
|
|
\_ _\ __ / /
|
|
`- __|_-'
|
|
```
|
|
|
|
## Special thanks to:
|
|
|
|
* cnlohr and all the contributors of [ch32fun][ch32fun]
|
|
* deftio for [FR_math][frmath] which I briefly used
|
|
* olkiarus for [u8g2][u8g2]
|
|
* The Swedish Institute of Computer Science for [protothreads][pt]
|
|
|
|
|
|
[ch32fun]: https://github.com/cnlohr/ch32fun
|
|
[frmath]: https://github.com/deftio/fr_math
|
|
[u8g2]: https://github.com/olikraus/u8g2
|
|
[pt]: https://dunkels.com/adam/pt/index.html
|