aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorclyne <clyne@bitgloo.com>2020-06-11 12:12:13 -0400
committerGitHub <noreply@github.com>2020-06-11 12:12:13 -0400
commit12b209cff826bfa8e01bdc56a6fef8ddcac8ad9c (patch)
treef0b8047abfdf56beae2372ea809cb8d00aefdc2b /README.md
parent53f6b9ff28319547d06e09c99f8a6b0903410a55 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0295068..e2ead28 100644
--- 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.