Hi, All! I'm trying to run script which moving stepper motor. Everything is ok, when I run script via ssh terminal. But when I run script with "sudo nohup script.py" or by adding to /etc/rc.local nothing happens. Could you help me? My function: def motor_run(angle): GPIO.setmode(GPIO.BCM) for pin in...