Skip to content

Commit

Permalink
Compile errors pdm example
Browse files Browse the repository at this point in the history
  • Loading branch information
pschatzmann committed Nov 8, 2024
1 parent 4d860f7 commit 3b2280f
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ void setup(void) {
auto cfg = i2sStream.defaultConfig(RX_MODE);
cfg.copyFrom(info);
cfg.signal_type = PDM;
cfg.channel_format = I2S_CHANNEL_FMT_ALL_RIGHT; // try with left
cfg.use_apll = false;
//cfg.use_apll = false;
//cfg.auto_clear = false;
cfg.pin_bck = I2S_PIN_NO_CHANGE; // not used
cfg.pin_bck = -1; // not used
i2sStream.begin(cfg);

// make sure that we have the correct channels set up
Expand Down

0 comments on commit 3b2280f

Please sign in to comment.