Update I2SOut.c

Redundant import of analogio in example.
Confused MagTag user. MagTag does not come with analogio in uf2 and cannot play native WAV with buzzer hardware.
This commit is contained in:
TheWoodsy 2022-01-29 10:13:51 +10:00 committed by GitHub
parent 3fb5023b9e
commit b70d5ac713
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,6 @@
//| Playing a wave file from flash::
//|
//| import board
//| import audioio
//| import audiocore
//| import audiobusio
//| import digitalio