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

index e2ead2831ee403523a179418ead79ddb900c42da..e482703765e24a247be6cbe60f6efd95b4f20276 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,5 +5,6 @@ Code for an STM32-based DSP device.
 * 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
+* Communicate with a computer program to achieve customized reading, writing, and transforming signals.
 
 See the wiki for pages on each of these goals.