Skip to content

Commit

Permalink
Increase default gain to 10dB
Browse files Browse the repository at this point in the history
  • Loading branch information
TMRh20 committed Dec 17, 2023
1 parent dbd9c86 commit 401244a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NRF52840/AutoAnalogAudio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#if !defined ARDUINO_NRF52840_FEATHER
#define PDM_IRQ_PRIORITY 7
#define NRF_PDM_FREQ_1280K (nrf_pdm_freq_t)(0x0A000000UL) ///< PDM_CLK= 1.280 MHz (32 MHz / 25) => Fs= 20000 Hz
#define DEFAULT_PDM_GAIN 20
#define DEFAULT_PDM_GAIN 40
#endif
#define PIN_MCK 12//(13)
#define PIN_SCK 13//(14)
Expand Down

0 comments on commit 401244a

Please sign in to comment.