Skip to content

Commit 49ee3d4

Browse files
PeterJhonRbb666
PeterJhon
authored andcommitted
【添加】WavPlayer工程
1 parent 39929e4 commit 49ee3d4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+8654
-5
lines changed

Diff for: README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,11 @@
6969
| | 32 | 板载 LED matrix 和 RS485 驱动例程 | 06_demo_rs485_led_matrix |
7070
| | 33 | nes 模拟器实验 | 06_demo_nes_simulator |
7171
| | 34 | 开发板综合 Demo(出厂 Demo) | 06_demo_factory |
72-
| 07,教育套件对应模块例程 | 35 | 矩阵键盘模块例程 | 07_module_key_matrix |
73-
| | 36 | ENC28J60 网络模块例程 | 07_module_spi_eth_enc28j60 |
74-
| | 37 | 超声波测距模块例程 | 07_module_ultrasonic_sr04 |
75-
| | 38 | ws2812 led 灯带例程 | 07_module_ws2812_led |
72+
| | 35 | Wav Player Demo | 06_demo_wavplayer |
73+
| 07,教育套件对应模块例程 | 36 | 矩阵键盘模块例程 | 07_module_key_matrix |
74+
| | 37 | ENC28J60 网络模块例程 | 07_module_spi_eth_enc28j60 |
75+
| | 38 | 超声波测距模块例程 | 07_module_ultrasonic_sr04 |
76+
| | 39 | ws2812 led 灯带例程 | 07_module_ws2812_led |
7677

7778
## 使用
7879

Diff for: libraries/Board_Drivers/audio/drv_sound.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -511,4 +511,4 @@ int rt_hw_sound_init(void)
511511
return RT_EOK;
512512
}
513513

514-
// INIT_DEVICE_EXPORT(rt_hw_sound_init);
514+
INIT_DEVICE_EXPORT(rt_hw_sound_init);

0 commit comments

Comments
 (0)