@@ -41,19 +41,19 @@ class Chords_USB:
41
41
42
42
# Supported boards with their sampling rate and Number of Channels
43
43
supported_boards = {
44
- "UNO-R3" : {"sampling_rate" : 250 , "Num_channels" : 6 },
45
- "UNO-CLONE" : {"sampling_rate" : 250 , "Num_channels" : 6 },
46
- "GENUINO-UNO" : {"sampling_rate" : 250 , "Num_channels" : 6 },
47
- "UNO-R4" : {"sampling_rate" : 500 , "Num_channels" : 6 },
48
- "RPI-PICO-RP2040" : {"sampling_rate" : 500 , "Num_channels" : 3 },
49
- "NANO-CLONE" : {"sampling_rate" : 250 , "Num_channels" : 8 },
50
- "NANO-CLASSIC" : {"sampling_rate" : 250 , "Num_channels" : 8 },
51
- "STM32F4-BLACK-PILL" : {"sampling_rate" : 500 , "Num_channels" : 8 },
52
- "STM32G4-CORE-BOARD" : {"sampling_rate" : 500 , "Num_channels" : 16 },
53
- "MEGA-2560-R3" : {"sampling_rate" : 250 , "Num_channels" : 16 },
54
- "MEGA-2560-CLONE" : {"sampling_rate" : 250 , "Num_channels" : 16 },
55
- "GIGA-R1" : {"sampling_rate" : 500 , "Num_channels" : 6 },
56
- "NPG-LITE" : {"sampling_rate" : 500 , "Num_channels" : 3 },
44
+ "UNO-R3" : {"sampling_rate" : 250 , "Num_channels" : 6 , "resolution" : 10 },
45
+ "UNO-CLONE" : {"sampling_rate" : 250 , "Num_channels" : 6 , "resolution" : 10 },
46
+ "GENUINO-UNO" : {"sampling_rate" : 250 , "Num_channels" : 6 , "resolution" : 10 },
47
+ "UNO-R4" : {"sampling_rate" : 500 , "Num_channels" : 6 , "resolution" : 14 },
48
+ "RPI-PICO-RP2040" : {"sampling_rate" : 500 , "Num_channels" : 3 , "resolution" : 12 },
49
+ "NANO-CLONE" : {"sampling_rate" : 250 , "Num_channels" : 8 , "resolution" : 10 },
50
+ "NANO-CLASSIC" : {"sampling_rate" : 250 , "Num_channels" : 8 , "resolution" : 10 },
51
+ "STM32F4-BLACK-PILL" : {"sampling_rate" : 500 , "Num_channels" : 8 , "resolution" : 12 },
52
+ "STM32G4-CORE-BOARD" : {"sampling_rate" : 500 , "Num_channels" : 16 , "resolution" : 12 },
53
+ "MEGA-2560-R3" : {"sampling_rate" : 250 , "Num_channels" : 16 , "resolution" : 10 },
54
+ "MEGA-2560-CLONE" : {"sampling_rate" : 250 , "Num_channels" : 16 , "resolution" : 10 },
55
+ "GIGA-R1" : {"sampling_rate" : 500 , "Num_channels" : 6 , "resolution" : 16 },
56
+ "NPG-LITE" : {"sampling_rate" : 500 , "Num_channels" : 3 , "resolution" : 12 },
57
57
}
58
58
59
59
def __init__ (self ):
0 commit comments