libpinproc
libpinproc copied to clipboard
C API for the P-ROC pinball controller board.
We should be able to use GitHub actions to build libraries for distribution so others don't need to. We can then tag specific commits as "official" releases. I'd like to...
At what point is it safe to merge `dev` back to `master` and tag a release? I made a lot of changes to dev, including cleaning up code, merging a...
Multiple users have reported issues with the verify stage of a `pinprocfw` update failing. It's unknown whether the writes are failing or the reads are failing. First step could be...
As recommended by @jabdoa2, we need to clean up our error reporting. * Code in libpinproc shouldn't be printing anything out at all, unless it's a debug build. * The...