8000 audioio: the backwards-compatible names were removed for 6.0.0. · adafruit/circuitpython@d1aaf38 · GitHub
[go: up one dir, main page]

Skip to content

Commit d1aaf38

Browse files
committed
audioio: the backwards-compatible names were removed for 6.0.0.
1 parent e03798b commit d1aaf38

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

shared-bindings/audioio/__init__.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@
2727
//| <https://learn.adafruit.com/circuitpython-essentials/circuitpython-audio-out>`_.
2828
//|
2929
//| Since CircuitPython 5, `RawSample` and `WaveFile` are moved
30-
//| to :mod:`audiocore`, and `Mixer` is moved to :mod:`audiomixer`.
31-
//|
32-
//| For compatibility with CircuitPython 4.x, some builds allow the items in
33-
//| `audiocore` to be imported from `audioio`. This will be removed for all
34-
//| boards in a future build of CircuitPython."""
30+
//| to :mod:`audiocore`, and `Mixer` is moved to :mod:`audiomixer`."""
3531

3632
static const mp_rom_map_elem_t audioio_module_globals_table[] = {
3733
{ MP_ROM_QSTR(MP_QSTR___name__), MP_ROM_QSTR(MP_QSTR_audioio) },

0 commit comments

Comments
 (0)
0