diff options
author | clyne <clyne@bitgloo.com> | 2020-06-11 12:15:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-11 12:15:12 -0400 |
commit | 5233ad146e408d05636c5e419ffe3d7806abf7a3 (patch) | |
tree | daa046f67f0d71092d37c877d369441ea5b76e01 | |
parent | 12b209cff826bfa8e01bdc56a6fef8ddcac8ad9c (diff) |
README: added computer program goal
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |