pizzabox-main/pizzactrl/hal_test.py

10 lines
143 B
Python
Raw Normal View History

import sys
import logging
logging.basicConfig(level=logging.DEBUG, stream=sys.stdout)
from . import hal_serial
hal = hal_serial.PizzaHAL()