소스 검색

#256 PiFace test, fix relais test

pull/270/head
mstroh76 3 달 전
부모
커밋
211deebb1a
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      wiringPi/test/wiringpi_piface_test1.c

+ 3
- 0
wiringPi/test/wiringpi_piface_test1.c 파일 보기

@@ -49,7 +49,10 @@ int main (int argc, char *argv []) {
const int RELAY1 = PIFACE+1;
const int RELAY1IN = PIFACE+7;


printf("\nRelays async:\n");
pullUpDnControl(RELAY0IN, PUD_UP);
pullUpDnControl(RELAY1IN, PUD_UP);
for (int loop = 0, end=3 ; loop<end ; ++loop) {
int sleep = defaultsleep*(end-loop);
printf("sleep %d ms:\n", sleep/1000);


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