Przeglądaj źródła

Update gpio.c

Fix You have not called one of the wiringPiSetup when using gpio -p option (in node-red-node-piface 0.0.8)
pull/77/head
Bennert 4 lat temu
rodzic
commit
4492ce953c
1 zmienionych plików z 1 dodań i 0 usunięć
  1. +1
    -0
      gpio/gpio.c

+ 1
- 0
gpio/gpio.c Wyświetl plik

@@ -1436,6 +1436,7 @@ int main (int argc, char *argv [])

else if (strcasecmp (argv [1], "-p") == 0)
{
wiringPiSetupSys () ;
piFaceSetup (200) ;

for (i = 2 ; i < argc ; ++i)


Ładowanie…
Anuluj
Zapisz