aboutsummaryrefslogtreecommitdiffstats
path: root/System_Python/system.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* A few more minor tweaks to initialization. Added public variables for linear ...Raspberry Pi2019-11-141-7/+16
* Update initialize to not use wait_for_event for detecting limit switches. Upd...Raspberry Pi2019-11-141-17/+26
* Got limit switches working properly and tested. Got result file printout work...Raspberry Pi2019-10-291-7/+9
* Resolved merge conflicts.Raspberry Pi2019-10-291-2/+127
|\
| * Add better limit handling to system: when a limit is triggered, return to the...damic0142019-10-291-0/+47
| * Add interrupts for HW limit switches.damic0142019-10-171-4/+85
* | Measured linear movement from physical system. Slightly modified test_Motor t...Raspberry Pi2019-10-151-6/+4
|/
* Updated encoder for proper zero setting and offset behavior. Tested system li...Raspberry Pi2019-10-151-68/+69
* Add a linear encoder class for abstracting the angular-to-linear encoding, wh...damic0142019-10-151-4/+37
* Add System library and system test file. Still need to finalize some implemen...damic0142019-10-131-0/+68