ec33aa0483
2. 测试了音频播放功能,测试通过
25 lines
279 B
C
25 lines
279 B
C
#include <stdio.h>
|
|
|
|
|
|
#include <esp_log.h>
|
|
|
|
#include <drivers_test.h>
|
|
|
|
|
|
void app_main(void)
|
|
{
|
|
// imu_test(); // imu测试
|
|
|
|
// battery_test();
|
|
|
|
// wireless_test();
|
|
|
|
// sd_card_module_test();
|
|
|
|
// pcf85063_test();
|
|
|
|
// exio_text();
|
|
|
|
// audio_test();
|
|
}
|