Skip to content

Releases: CelliesProjects/wm8978-esp32

1.0.5

13 Jan 12:04
9135f5e
Compare
Choose a tag to compare

Fixes wrt the esp32 Arduino Core 2.0.x

Full Changelog: 1.0.4...1.0.5

Enabled highpass filter as default.

19 Oct 08:15
Compare
Choose a tag to compare

What's Changed

  • add function to enable high pass filter by @h3ndrik in #9

New Contributors

Full Changelog: 1.0.3...1.0.4

Added a 'begin()' function that does not setup i2c.

21 Feb 20:13
af50bfc
Compare
Choose a tag to compare
1.0.3

Update library.properties

1.0.2 - Fixed bug where 'WM8978::begin' returned 'true' when no DAC was present.

26 Oct 19:45
Compare
Choose a tag to compare

1.0.1 - The `setPinMCLK()` function is removed.

23 Oct 16:57
53e3d65
Compare
Choose a tag to compare

The setPinMCLK() function is removed.

The MCLK is now set by the library https://github.com/schreibfaul1/ESP32-audioI2S function i2s_mclk_pin_select().

setPinMCLK used a PWM channel and timer which was a real waste of resources.

So replace

dac.setPinMCLK(PIN,FRQ);

with

audio.i2s_mclk_pin_select(PIN);

and you are done.

See all changes since the previous release.

1.0.0

02 May 13:58
Compare
Choose a tag to compare

First release.