Each hardware module includes python bindings, that make it as easy to talk to the hardware as:

async with hil:
    await cell.set_voltage(1)
    await cell.get_voltage()

Check out the GitHub repo for the latest.

This page is under construction. 🚧