A Python interface to the FusionBrain multi-function I/O device.
The FusionBrain supports several analog and digital inputs and outputs and is handy in all types of automation and robotics projects. Read more about it in the manual.
- A FusionBrain (V3) device connected via USB
- A machine that can run (the excellent) PyUSB library
- I've tested on MacOS with libusb, set up like so:
brew install libusbpip install pyusb
See the code, the interface is trivially simple.