From 20bac6147318308c41674837a3dd63faacfe6133 Mon Sep 17 00:00:00 2001 From: "jazz (gitea)" Date: Thu, 18 Dec 2025 21:39:09 -0600 Subject: [PATCH] add readme --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..cc36afd --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# ADC ft. PWM + +Code from a make-up assignment. + +Pin layout: + +5v out --> variable resistor --> PA1 **(ADC)** + +PE14 --> LED --> gnd **(PWM)** + +PA11 --> LED + Resistor --> gnd **(optional, "ON" light)** + +PA12 --> LED + Resistor --> gnd **(optional, "ERR" light)** + +--- + +To use UART on linux: +- install `minicom` with your package manager +- run `./uart.sh` +