dsp: refactor test

This commit is contained in:
Paul Mathieu
2021-04-24 08:57:55 -07:00
parent 71212cde2d
commit 67634ca178
3 changed files with 32 additions and 39 deletions

View File

@@ -41,7 +41,7 @@ int main() {
log("E4\r\n");
led0->output = 4;
} else if (c == 'f') {
period = 1119; // F4, 249.23 Hz, maybe
period = 1119; // F4, 349.23 Hz, maybe
log("F4\r\n");
led0->output = 8;
} else if (c == 'g') {