Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 831 Bytes

File metadata and controls

33 lines (21 loc) · 831 Bytes

ARXControl

The ARXControl interface library for the LoFASM ARX system.

ARX Control Unit

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 ...

Authors

ARXControl was written by Anthony Ford.

Tests

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.