Delete cpde.py

bad named file, cloned to code.py
This commit is contained in:
Mike Barela 2018-08-20 14:09:16 -04:00 committed by GitHub
parent 5b635d2e1a
commit 8896a0809f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +0,0 @@
# CircuitPython 3.0 CRICKIT dMake It Bubble
import time
from adafruit_crickit import crickit
motor_2 = crickit.dc_motor_2
motor_2.throttle = 1 # full speed forward
while True:
print("servo up")
crickit.servo_1.angle = 30
time.sleep(2)
print("servo down")
crickit.servo_1.angle = 145
time.sleep(0.4)