Skip to content

Commit 71eba6a

Browse files
committed
Added support for wired NPG-LITE board
1 parent e9da3c6 commit 71eba6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

chords.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
"MEGA-2560-R3": {"sampling_rate": 250, "Num_channels": 16},
6666
"MEGA-2560-CLONE": {"sampling_rate": 250, "Num_channels": 16},
6767
"GIGA-R1": {"sampling_rate": 500, "Num_channels": 6},
68+
"NPG-LITE": {"sampling_rate": 500, "Num_channels": 3},
6869
}
6970

7071
# Initialize gloabal variables for Incoming Data

0 commit comments

Comments
 (0)