Functions | |
def | body (dev, ctx) |
def | handler (signum, frame) |
Variables | |
bool | keep_running = True |
int | last_time = 0 |
def demo_tilt.body | ( | dev, | |
ctx | |||
) |
Definition at line 11 of file demo_tilt.py.
def demo_tilt.handler | ( | signum, | |
frame | |||
) |
Sets up the kill handler, catches SIGINT
Definition at line 25 of file demo_tilt.py.
bool demo_tilt.keep_running = True |
Definition at line 7 of file demo_tilt.py.
int demo_tilt.last_time = 0 |
Definition at line 8 of file demo_tilt.py.