From: clyne Date: Thu, 11 Jun 2020 16:12:13 +0000 (-0400) Subject: Update README.md X-Git-Tag: v0.1~68 X-Git-Url: https://code.bitgloo.com/?a=commitdiff_plain;h=12b209cff826bfa8e01bdc56a6fef8ddcac8ad9c;p=clyne%2Fstmdsp.git Update README.md --- 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.