mirror of
https://github.com/ravinrabbid/DonCon2040.git
synced 2024-11-20 11:47:07 +01:00
Fix: Add missing settings in GlobalConfiguration.h
This commit is contained in:
parent
2e992d97cb
commit
9f45d5ef96
@ -46,6 +46,9 @@ const Peripherals::Drum::Config drum_config = {
|
|||||||
},
|
},
|
||||||
230, // Trigger threshold scale level
|
230, // Trigger threshold scale level
|
||||||
|
|
||||||
|
50, // ADC sample count
|
||||||
|
25, // Debounce delay in milliseconds
|
||||||
|
|
||||||
true, // Use external ADC
|
true, // Use external ADC
|
||||||
// SPI config for external ADC, unused if above is false
|
// SPI config for external ADC, unused if above is false
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user