From: clyne Date: Mon, 13 Jul 2020 13:56:42 +0000 (-0400) Subject: Update README.md X-Git-Tag: v0.1~66 X-Git-Url: https://code.bitgloo.com/?a=commitdiff_plain;h=071d945a6759140930b6a542e540659a2bd0a976;p=clyne%2Fstmdsp.git Update README.md --- diff --git a/README.md b/README.md index e482703..1943d3f 100644 --- a/README.md +++ b/README.md @@ -5,6 +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. +* Communicate with a computer program to allow for the reading, writing, and transformation of signals. See the wiki for pages on each of these goals.