├── LICENSE.md ├── README.md ├── examples └── M5Stack_wm8978 │ └── M5Stack_wm8978.ino ├── keywords.txt ├── library.properties └── src ├── WM8978.cpp └── WM8978.h /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CelliesProjects/wm8978-esp32/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CelliesProjects/wm8978-esp32/HEAD/README.md -------------------------------------------------------------------------------- /examples/M5Stack_wm8978/M5Stack_wm8978.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CelliesProjects/wm8978-esp32/HEAD/examples/M5Stack_wm8978/M5Stack_wm8978.ino -------------------------------------------------------------------------------- /keywords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CelliesProjects/wm8978-esp32/HEAD/keywords.txt -------------------------------------------------------------------------------- /library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CelliesProjects/wm8978-esp32/HEAD/library.properties -------------------------------------------------------------------------------- /src/WM8978.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CelliesProjects/wm8978-esp32/HEAD/src/WM8978.cpp -------------------------------------------------------------------------------- /src/WM8978.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CelliesProjects/wm8978-esp32/HEAD/src/WM8978.h --------------------------------------------------------------------------------