Skip to content

Commit fecef68

Browse files
committed
Add support for Nano-Clone
1 parent b2ab1ce commit fecef68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

chords.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,10 @@
5454
board = "" # Variable for Connected Arduino Board
5555
supported_boards = {
5656
"UNO-R3": {"sampling_rate": 250, "Num_channels": 6},
57-
"UNO-CLONE": {"sampling_rate": 250, "Num_channels": 6},
57+
"UNO-CLONE": {"sampling_rate": 250, "Num_channels": 6}, # Baud Rate 115200
5858
"UNO-R4": {"sampling_rate": 500, "Num_channels": 6},
5959
"RPI-PICO-RP2040": {"sampling_rate": 500, "Num_channels": 3},
60+
"NANO-CLONE": {"sampling_rate": 250, "Num_channels": 8}, # Baud Rate 115200
6061
}
6162

6263
# Initialize gloabal variables for Incoming Data

0 commit comments

Comments
 (0)