fixed blank line

This commit is contained in:
John Park 2020-04-14 21:28:48 -07:00
parent 9e58e40ede
commit a14957819a

View file

@ -83,7 +83,6 @@ while True:
pass
print("Connected")
while ble.connected:
# Feather Sense accelerometer readings to CC
accel_data = sense_accel.acceleration # get accelerometer reading
accel_x = accel_data[0]