The current state of PAL dumping kind of sucks.

I aim to do something about that..

Even if you don't care about PALs, this should be a neat utility to just stick any DIP chip in a T48 and toggle its inputs and observe its outputs.
@gloriouscow Could it support TL866-II+ as well, or only the newer T48?
@root42 im guessing it probably could, but I'd have to look into the differences.
@root42 maybe can support the dupico as well at some point. I was just inspired by https://github.com/donohoe00/cabbic and having some success talking to a t48 with that example with https://github.com/kevinmehall/nusb
@root42 I think abstracting hardware access over a PinDriver trait is a good idea anyway, then we can more easily expand to other devices.