Denna sida fungerar bättre med Javascript igång.
Startsida
Hjälp
Logga in
heuzef
/
WiringPi
spegling av
https://github.com/WiringPi/WiringPi.git
Bevaka
1
Stjärnmärk
0
Förgrening
0
Kod
Ärenden
0
Släpp
9
Wiki
Aktiviteter
Bläddra i källkod
Gah. another small fix to the I2C code.
pull/22/head
Gordon Henderson
11 år sedan
förälder
a7c21d3efc
incheckning
41fb1b9e2a
2 ändrade filer
med
2 tillägg
och
2 borttagningar
Delad Vy
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
Visa fil
@@ -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
Visa fil
@@ -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 ;
}
Skriv
Förhandsgranska
Laddar…
Avbryt
Spara