4f8d97a7ff
Implemented stop action on lid close. Untested: statemachine rewind on lid close.
9 lines
143 B
Python
9 lines
143 B
Python
import sys
|
|
import logging
|
|
|
|
logging.basicConfig(level=logging.DEBUG, stream=sys.stdout)
|
|
|
|
from . import hal_serial
|
|
|
|
hal = hal_serial.PizzaHAL()
|
|
|