]> code.bitgloo.com Git - clyne/stmdsp.git/commitdiff
Update README.md
authorclyne <clyne@bitgloo.com>
Mon, 13 Jul 2020 14:10:45 +0000 (10:10 -0400)
committerGitHub <noreply@github.com>
Mon, 13 Jul 2020 14:10:45 +0000 (10:10 -0400)
README.md

index 1943d3ff964c41040fea6b8949aed36e3785abce..93d7082f4a76cecefca285e5991903267ff16b37 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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.