diff options
author | clyne <clyne@bitgloo.com> | 2020-07-13 10:10:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-13 10:10:45 -0400 |
commit | df6d0dabb089146c18870cc0dddc5e4a57810328 (patch) | |
tree | 33421719836d3890bf73608354a179c8d10c781a /README.md | |
parent | 071d945a6759140930b6a542e540659a2bd0a976 (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8,3 +8,7 @@ Code for an STM32-based DSP device. * 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. + +Source code for the device's firmware is in the `source` directory. `gui` contains code for a custom GUI for the device, in C++. + +Code for using the device with Mathematica will be added soon. |