when i follow the instructions on setting up the easy servo through sshing into the pi, everything goes good until i hit these commands.....
sudo systemctl enable pigpiod
sudo service pigpiod start
sudo shutdown
the sudo systemctl enable pigpiod command works
but when i type in this command sudo service pigpiod start and hit enter, it gives me this message.....
job for pigpiod.service failed because the control process exited with error code.
see "systemctl status pigpiod.service" and "journalctl -xe" for details.
now i'm a total newb at this so im not sure what is going wrong, or how to view the
systemctl status pigpiod.service or journalctl -xe, or how to fix it
any help will be greatly appreciated