A Python GUI for TankController running on the mocks provided by Arduino CI
The Makefile provides for making the following:
libtc.dylib(on macOS) containing the following:Arduino CImocks (essentially the Arduino OS)TankControllerLib(our library that can be called from a trivial sketch)
libTC.*is a start on a Python extensionpybind11is used to build the Python extension