mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-16 20:52:57 +08:00
d416648990
* Add pcm module. * Add network streaming example. * document hw_timer dependency with pwm * Add vu peak callback.
10 lines
98 B
C
10 lines
98 B
C
|
|
#ifndef _PCM_DRV_H
|
|
#define _PCM_DRV_H
|
|
|
|
|
|
extern const drv_t pcm_drv_sd;
|
|
|
|
|
|
#endif /* _PCM_DRV_H */
|