delete garbage collection not needed for 4.x
This commit is contained in:
parent
bf929b1562
commit
835f2eaa01
1 changed files with 0 additions and 2 deletions
|
|
@ -1,13 +1,11 @@
|
|||
# Circuit Playground Express Piñata by Dano Wall for Adafruit Industries
|
||||
# CircuitPython code by Mike Barela for Adafruit Industries, MIT License
|
||||
import time
|
||||
import gc
|
||||
import random
|
||||
import board
|
||||
import pulseio
|
||||
from adafruit_motor import servo
|
||||
from adafruit_circuitplayground.express import cpx
|
||||
gc.collect()
|
||||
|
||||
# create a PWMOut object on CPX Pin A1
|
||||
pwm = pulseio.PWMOut(board.A1, frequency=50)
|
||||
|
|
|
|||
Loading…
Reference in a new issue