A python library with accompanying Arduino code to drive a vertical plotter from a Raspberry Pi. This project is targeted to drive the driver board created by makeBournemouth, but will work with any system capable of running Python and connecting to an Arduino/Genuino to drive the stepper motors
I was running test1.py and had to kill it (ctrl-c a couple of times) which left two processes running.
A second run of test1.py was killed leaving another 2 processes.
Had to kill them manually.
I was running commit:
f0d0eef793cf2f2e25163ef0d5ac13d7b2944c05
Date: Wed Mar 9 21:28:13 2016 +0000
Moved from using threads to use multiprocesses to get round single process restriction and enable use of multi-core raspberry pi
I was running test1.py and had to kill it (ctrl-c a couple of times) which left two processes running.
A second run of test1.py was killed leaving another 2 processes.
Had to kill them manually.
I was running commit:
f0d0eef793cf2f2e25163ef0d5ac13d7b2944c05 Date: Wed Mar 9 21:28:13 2016 +0000 Moved from using threads to use multiprocesses to get round single process restriction and enable use of multi-core raspberry pi