├── .gitattributes ├── DFR1173_ Controller_esp32.ino ├── DFR1173_ Controller_pico.py ├── LICENSE └── README.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireMarshmellow/Dfrobot_Voice_Prompt_Module/HEAD/.gitattributes -------------------------------------------------------------------------------- /DFR1173_ Controller_esp32.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireMarshmellow/Dfrobot_Voice_Prompt_Module/HEAD/DFR1173_ Controller_esp32.ino -------------------------------------------------------------------------------- /DFR1173_ Controller_pico.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireMarshmellow/Dfrobot_Voice_Prompt_Module/HEAD/DFR1173_ Controller_pico.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireMarshmellow/Dfrobot_Voice_Prompt_Module/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireMarshmellow/Dfrobot_Voice_Prompt_Module/HEAD/README.md --------------------------------------------------------------------------------