diff options
| author | sommersoft <sommersoft@gmail.com> | 2019-08-25 14:57:29 -0500 |
|---|---|---|
| committer | sommersoft <sommersoft@gmail.com> | 2019-08-25 14:57:29 -0500 |
| commit | 750ffcc81adcf44805683ea7990eb6f469a7f35d (patch) | |
| tree | e00d215b118365dfcadc426b3e74dfdfbda305fd /shared-bindings/audiopwmio | |
| parent | 696117b048bd39d9480cfa5a2ee0871942eba816 (diff) | |
docs: correct audiomixer refs
Diffstat (limited to 'shared-bindings/audiopwmio')
| -rw-r--r-- | shared-bindings/audiopwmio/PWMAudioOut.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/audiopwmio/PWMAudioOut.c b/shared-bindings/audiopwmio/PWMAudioOut.c index 92543d112..60bf08500 100644 --- a/shared-bindings/audiopwmio/PWMAudioOut.c +++ b/shared-bindings/audiopwmio/PWMAudioOut.c @@ -166,7 +166,7 @@ STATIC MP_DEFINE_CONST_FUN_OBJ_VAR_BETWEEN(audiopwmio_pwmaudioout___exit___obj, //| Plays the sample once when loop=False and continuously when loop=True. //| Does not block. Use `playing` to block. //| -//| Sample must be an `audiocore.WaveFile`, `audiocore.RawSample`, or `audiocore.Mixer`. +//| Sample must be an `audiocore.WaveFile`, `audiocore.RawSample`, or `audiomixer.Mixer`. //| //| The sample itself should consist of 16 bit samples. Microcontrollers with a lower output //| resolution will use the highest order bits to output. For example, the SAMD21 has a 10 bit |
