This website requires JavaScript.
Explore
Help
Sign in
Aksal
/
nuttx
Watch
3
Star
1
Fork
You've already forked nuttx
1
mirror of
https://github.com/apache/nuttx.git
synced
2026-08-21 21:48:38 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
ee2bb9739e
nuttx
/
drivers
/
ioexpander
History
Download ZIP
Download TAR.GZ
Gregory Nutt
efb5674742
drivers/ioexpander/pca9555: Now uses i2c_read and i2c_write instead of I2C_READ and I2C_WERITE
2016-01-26 11:07:47 -06:00
..
Kconfig
PCA9555 I/O expander: Fix an error in addressing noted by Stefan Kolb; convert to use I2C_TRANSFER instead of I2C_WRITEREAD which is not thread safe
2016-01-26 07:59:36 -06:00
Make.defs
Change name of drivers/discrete back to drivers/ioexpander
2015-12-15 08:40:34 -06:00
pca9555.c
drivers/ioexpander/pca9555: Now uses i2c_read and i2c_write instead of I2C_READ and I2C_WERITE
2016-01-26 11:07:47 -06:00
pca9555.h
I2C: Eliminate the I2C_WRITEREAD method
2016-01-26 10:26:16 -06:00