fix: wiringPi pin handling

This commit is contained in:
Tobias Reisinger 2020-04-18 01:50:36 +02:00
parent 499b318018
commit 27df642ee6
2 changed files with 9 additions and 9 deletions

2
main.c
View file

@ -107,7 +107,7 @@ main(int argc, const char** argv)
/******************** SETUP WIRINGPI ********************/
wiringPiSetupSys();
wiringPiSetup();
piFaceSetup(200);