We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06c8507 commit 49f54c6Copy full SHA for 49f54c6
chords.py
@@ -59,6 +59,7 @@
59
"UNO-R4": {"sampling_rate": 500, "Num_channels": 6},
60
"RPI-PICO-RP2040": {"sampling_rate": 500, "Num_channels": 3},
61
"NANO-CLONE": {"sampling_rate": 250, "Num_channels": 8},
62
+ "NANO-CLASSIC": {"sampling_rate": 250, "Num_channels": 8},
63
"STM32F4-BLACK-PILL": {"sampling_rate": 500, "Num_channels": 8},
64
"STM32G4-CORE-BOARD": {"sampling_rate": 500, "Num_channels": 16},
65
"MEGA-2560-R3": {"sampling_rate": 250, "Num_channels": 16},
0 commit comments