diff options
author | clyne <clyne@bitgloo.com> | 2020-07-13 09:56:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-13 09:56:42 -0400 |
commit | 071d945a6759140930b6a542e540659a2bd0a976 (patch) | |
tree | ba12f98229fc5c55dc657e2fc296a607c737700b | |
parent | 5233ad146e408d05636c5e419ffe3d7806abf7a3 (diff) |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |