aboutsummaryrefslogtreecommitdiffstats
path: root/System/test_Motor.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add code that was not committed beforeMatt Strapp2022-01-271-0/+0
|
* Update test files to do GPIO cleanup on completion (ex: encoders don't work ↵Raspberry Pi2019-12-021-11/+17
| | | | if GPIO.cleanup is not performed). Add system destructor and add GPIO.cleanup to that too. Everything appears to be working still.
* Minor tweaks to PI.py to get working seamlessly with web server - tested and ↵Raspberry Pi2019-12-021-0/+0
| | | | working as expected. Most files touched because permissions were modified to allow PI.py to run on startup. Everything should be ready now.
* Rework directory structure. Modify result file printing to match ↵Raspberry Pi2019-11-201-0/+23
requirements of web server.