We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0656c99 commit bf929b1Copy full SHA for bf929b1
1 file changed
Cirecuit_Playground_Express_Pinata/code.py
@@ -1,11 +1,11 @@
1
# Circuit Playground Express Piñata by Dano Wall for Adafruit Industries
2
# CircuitPython code by Mike Barela for Adafruit Industries, MIT License
3
import time
4
+import gc
5
+import random
6
import board
7
import pulseio
-import random
8
from adafruit_motor import servo
-import gc
9
from adafruit_circuitplayground.express import cpx
10
gc.collect()
11
0 commit comments