Skip to content

Commit dea3e1b

Browse files
committed
1 parent 03666b9 commit dea3e1b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

10.microbit/Sensegesture.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
from time import sleep_ms
22

33
class Sensegesture():
4-
idle = 0
5-
running = 1
6-
finish = 2
4+
idle, running, finish = 0, 1, 2
75

86
def __init__(self, leftPin=36, rightpin=39):
97
from light1 import LightIntensity

0 commit comments

Comments
 (0)