Kaynağa Gözat

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 yıl önce
ebeveyn
işleme
4492ce953c
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. +1
    -0
      gpio/gpio.c

+ 1
- 0
gpio/gpio.c Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet