From 5233ad146e408d05636c5e419ffe3d7806abf7a3 Mon Sep 17 00:00:00 2001 From: clyne Date: Thu, 11 Jun 2020 12:15:12 -0400 Subject: [PATCH] README: added computer program goal --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e2ead28..e482703 100644 --- 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.