Update main.c changed to GPIO12 pin 32

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

@ -103,7 +103,7 @@ int main(int argc, char * argv[]) {
// gpiod = popen("pigs m 13 0", "r"); // set PWM audio utput to GPIO 13 (pin 33)
// pclose(gpiod);
file1 = sopen("pigs m 13 0"); // python sensor polling function
file1 = sopen("pigs m 12 0"); // python sensor polling function
fgets(cmdbuffer, 1000, file1);
fprintf(stderr, "pigs result: %s\n", cmdbuffer);
/// }

Loading…
Cancel
Save

Powered by TurnKey Linux.