diff --git a/README.md b/README.md index a186cef..7967809 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ### SKU:M144 -**Module Audio** is an M5Stack expansion module designed for audio interaction, based on the ES8388 audio codec solution, supporting dual ADC inputs and dual DAC outputs; and is equipped with an STM32G030F6P6 microcontroller to enable GPIO software control for the microphone, detect headphone insertion/removal on the TRRS jack, and drive WS2812C RGB lighting effects. It uses an FSUSB42MUX dual SPDT analog switch to automatically switch between CTIA (American standard) and OMTP (Chinese standard) wiring standards, making it compatible with mainstream headsets with microphones. The module is plug-and-play via the M5-BUS interface and seamlessly stacks with the M5Stack Core host. It is equipped with a 3.5 mm jack dedicated solely to microphone input, as well as a TRRS combo jack that supports both headphone playback and microphone input. This product is suitable for intelligent voice applications, interactive art, educational entertainment, portable recording, and various other audio use cases. +**Module Audio** is an M5Stack expansion module designed for audio interaction, based on the ES8388 audio codec solution, supporting dual ADC inputs and dual DAC outputs. Equipped with an STM32G030F6P6 microcontroller to enable microphone GPIO software control, detect insertion/removal on the TRRS jack, and drive WS2812C RGB lighting effects. Onboard is a 3.5 mm TRS jack dedicated solely to microphone input, and a 3.5 mm TRRS jack that supports both microphone input and headphone playback. Through register configuration, it can automatically switch between CTIA (American standard) and OMTP (Chinese standard) wiring standards, compatible with mainstream headsets with microphones. The module uses the M5-BUS interface, requiring no additional wiring to seamlessly stack with the M5Stack Core host. This product is suitable for intelligent voice applications, interactive art, educational entertainment, portable recording, and various other audio scenarios. ## Related Link diff --git a/examples/M5core/i2sloopback.ino b/examples/M5Core/i2sloopback/i2sloopback.ino similarity index 100% rename from examples/M5core/i2sloopback.ino rename to examples/M5Core/i2sloopback/i2sloopback.ino diff --git a/examples/M5core/player_sd.ino b/examples/M5Core/player_sd/player_sd.ino similarity index 100% rename from examples/M5core/player_sd.ino rename to examples/M5Core/player_sd/player_sd.ino diff --git a/examples/M5core/player_spiffs.ino b/examples/M5Core/player_spiffs/player_spiffs.ino similarity index 100% rename from examples/M5core/player_spiffs.ino rename to examples/M5Core/player_spiffs/player_spiffs.ino diff --git a/examples/M5core2/i2sloopback.ino b/examples/M5Core2/i2sloopback/i2sloopback.ino similarity index 100% rename from examples/M5core2/i2sloopback.ino rename to examples/M5Core2/i2sloopback/i2sloopback.ino diff --git a/examples/M5core2/player_sd.ino b/examples/M5Core2/player_sd/player_sd.ino similarity index 100% rename from examples/M5core2/player_sd.ino rename to examples/M5Core2/player_sd/player_sd.ino diff --git a/examples/M5core2/player_spiffs.ino b/examples/M5Core2/player_spiffs/player_spiffs.ino similarity index 100% rename from examples/M5core2/player_spiffs.ino rename to examples/M5Core2/player_spiffs/player_spiffs.ino diff --git a/examples/M5cores3/i2sloopback.ino b/examples/M5Cores3/i2sloopback/i2sloopback.ino similarity index 100% rename from examples/M5cores3/i2sloopback.ino rename to examples/M5Cores3/i2sloopback/i2sloopback.ino diff --git a/examples/M5cores3/player_sd.ino b/examples/M5Cores3/player_sd/player_sd.ino similarity index 100% rename from examples/M5cores3/player_sd.ino rename to examples/M5Cores3/player_sd/player_sd.ino diff --git a/examples/M5cores3/player_spiffs.ino b/examples/M5Cores3/player_spiffs/player_spiffs.ino similarity index 100% rename from examples/M5cores3/player_spiffs.ino rename to examples/M5Cores3/player_spiffs/player_spiffs.ino