]> code.bitgloo.com Git - clyne/stmdsp.git/commitdiff
Update README.md
authorclyne <clyne@bitgloo.com>
Thu, 11 Jun 2020 16:12:13 +0000 (12:12 -0400)
committerGitHub <noreply@github.com>
Thu, 11 Jun 2020 16:12:13 +0000 (12:12 -0400)
README.md

index 029506812b4054c193ca895474d4a6359fd92735..e2ead2831ee403523a179418ead79ddb900c42da 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,2 +1,9 @@
 # stmdsp
-Code for an STM32-based DSP device
+Code for an STM32-based DSP device.
+
+**Goals:**
+* Read +/- 5V signal(s) off of at least one pin
+* Send +/- 5V signal(s) off of at least one pin
+* Perform DSP calculations (e.g. filtering) on-device
+
+See the wiki for pages on each of these goals.