pizzabox-main/pizzactrl/hal_test.py
jpunkt 4f8d97a7ff Implemented serial handshake with HELO pins.
Implemented stop action on lid close.
Untested: statemachine rewind on lid close.
2022-01-19 22:08:46 +01:00

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()