Update main.c commented out bipod

beta-dw-pigpio
Alan Johnston 2 years ago committed by GitHub
parent 63f6bc2033
commit a78f5ef8e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -553,7 +553,7 @@ int main(int argc, char * argv[]) {
other_min[i] = 1000.0;
other_max[i] = -1000.0;
}
/*
FILE * gpiod = popen("sudo pigpiod", "r"); // start gpiod
sleep(2);
pclose(gpiod);
@ -563,7 +563,7 @@ int main(int argc, char * argv[]) {
FILE * pigs = popen("pigs m 12 0", "r"); // set PWM audio utput to GPIO 12 (pin 32)
sleep(2);
pclose(pigs);
*/
long int loopTime;
loopTime = millis();

Loading…
Cancel
Save

Powered by TurnKey Linux.