Ver a proveniência

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 há 4 anos
ascendente
cometimento
4492ce953c
1 ficheiros alterados com 1 adições e 0 eliminações
  1. +1
    -0
      gpio/gpio.c

+ 1
- 0
gpio/gpio.c Ver ficheiro

@@ -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)


Carregando…
Cancelar
Guardar