The ARXControl interface library for the LoFASM ARX system.
ARXControl is meant to interface with the ARX Control Unit (ACU), which is based off of an Adafruit Boarduino. The firmware for the ACU can be found at ...
ARXControl was written by Anthony Ford.
ARXControl comes with tests to verify functionality.
These tests require nose
to properly find all test cases.
You can install nose
via pip install nose
, or easy_intsall nose
if you
haven't yet been introduced to the wonders of pip
.
If you have been introduced to pip
, you can use pip install -r test_requirements.txt
.
The tests can be run via nosetests
after install.