소스 검색

#243 unit test

pull/247/head
mstroh76 6 달 전
부모
커밋
4d6a1f7df8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      wiringPi/test/wiringpi_xotest_test1_spi.c

+ 1
- 1
wiringPi/test/wiringpi_xotest_test1_spi.c 파일 보기

@@ -108,7 +108,7 @@ int main(int argc, char *argv []){

pinMode(22, OUTPUT);
digitalWriteEx(22, -1, LOW);
checkVoltage(1.55f, "Analog value Half (1H/1L)");
checkVoltage(1.65f, "Analog value Half (1H/1L)");

digitalWriteEx(22, GPIOIn, HIGH);
checkVoltage(3.2f, "Analog value 2xHigh");


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