RasPiArduino
RasPiArduino copied to clipboard
replace killall with pkill
trafficstars
I was struggling with the first steps because of the linux version i use on my pi's.
Im using minibian and there is no killall installed by default.
I could install killall with command apt-get install psmisc but pkill is installed by default.
hope to have some time soon to test & implement this...