소스 검색

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 년 전
부모
커밋
4492ce953c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      gpio/gpio.c

+ 1
- 0
gpio/gpio.c 파일 보기

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


불러오는 중...
취소
저장