We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2adf61a commit acb4fcbCopy full SHA for acb4fcb
examples/pioasm_i2sout.py
@@ -2,13 +2,11 @@
2
#
3
# SPDX-License-Identifier: MIT
4
5
-import audiocore
6
-import audiopwmio
7
-import board
8
-import digitalio
9
import array
10
-import time
11
import math
+import time
+import board
+import digitalio
12
import rp2pio
13
import adafruit_pioasm
14
examples/pioasm_pdm.py
@@ -2,10 +2,10 @@
import time
0 commit comments