dsp: refactor test
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user