We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03666b9 commit dea3e1bCopy full SHA for dea3e1b
1 file changed
10.microbit/Sensegesture.py
@@ -1,9 +1,7 @@
1
from time import sleep_ms
2
3
class Sensegesture():
4
- idle = 0
5
- running = 1
6
- finish = 2
+ idle, running, finish = 0, 1, 2
7
8
def __init__(self, leftPin=36, rightpin=39):
9
from light1 import LightIntensity
0 commit comments