이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
도움말
로그인
heuzef
/
WiringPi
의 미러
https://github.com/WiringPi/WiringPi.git
보기
1
좋아요
0
포크
0
코드
이슈
0
릴리즈
9
위키
활동
소스 검색
Gah. another small fix to the I2C code.
pull/22/head
Gordon Henderson
11 년 전
부모
a7c21d3efc
커밋
41fb1b9e2a
2개의 변경된 파일
과
2개의 추가작업
그리고
2개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
gpio/gpio.c
+1
-1
wiringPi/wiringPiI2C.c
+ 1
- 1
gpio/gpio.c
파일 보기
@@ -48,7 +48,7 @@ extern int wiringPiDebug ;
# define FALSE (1==2)
#endif
#define VERSION "2.0
4
"
#define VERSION "2.0
5
"
#define I2CDETECT "/usr/sbin/i2cdetect"
static int wpMode ;
+ 1
- 1
wiringPi/wiringPiI2C.c
파일 보기
@@ -150,7 +150,7 @@ int wiringPiI2CReadReg16 (int fd, int reg)
if (i2c_smbus_access (fd, I2C_SMBUS_READ, reg, I2C_SMBUS_WORD_DATA, &data))
return -1 ;
else
return data.
byte
& 0xFFFF ;
return data.
word
& 0xFFFF ;
}
쓰기
미리보기
불러오는 중...
취소
저장