We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
So I cloned the repo and chmod the install.sh but im stuck when I try sudo bash install.sh
sudo bash install.sh
it returns usage: install.sh pwm|gpio
usage: install.sh pwm|gpio
But trying withe pin i want and a random number for PWM i don't get anything except -bash: gpio: command not found
-bash: gpio: command not found
(or the number i wanted to put as pin)
like : pi@raspberrypi:~/raspi-gpiofan-master$ bash install.sh 100|13 bash: 13: command not found
pi@raspberrypi:~/raspi-gpiofan-master$ bash install.sh 100|13
bash: 13: command not found
What am I doing wrong ? Im a total noob. I have a pi zero and wanted toi wire it via Gpio13
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
So I cloned the repo and chmod the install.sh but im stuck when I try
sudo bash install.sh
it returns
usage: install.sh pwm|gpio
But trying withe pin i want and a random number for PWM i don't get anything except
-bash: gpio: command not found
(or the number i wanted to put as pin)
like :
pi@raspberrypi:~/raspi-gpiofan-master$ bash install.sh 100|13
bash: 13: command not found
What am I doing wrong ?
Im a total noob.
I have a pi zero and wanted toi wire it via Gpio13
The text was updated successfully, but these errors were encountered: