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 b2ab1ce commit fecef68Copy full SHA for fecef68
chords.py
@@ -54,9 +54,10 @@
54
board = "" # Variable for Connected Arduino Board
55
supported_boards = {
56
"UNO-R3": {"sampling_rate": 250, "Num_channels": 6},
57
- "UNO-CLONE": {"sampling_rate": 250, "Num_channels": 6},
+ "UNO-CLONE": {"sampling_rate": 250, "Num_channels": 6}, # Baud Rate 115200
58
"UNO-R4": {"sampling_rate": 500, "Num_channels": 6},
59
"RPI-PICO-RP2040": {"sampling_rate": 500, "Num_channels": 3},
60
+ "NANO-CLONE": {"sampling_rate": 250, "Num_channels": 8}, # Baud Rate 115200
61
}
62
63
# Initialize gloabal variables for Incoming Data
0 commit comments