|
mraa
0.9.0
Low Level Skeleton Library for Communication on GNU/Linux platforms
|
This is the complete list of members for I2c, including all inherited members.
| address(short address) | I2c | |
| delete() (defined in I2c) | I2c | |
| frequency(I2cMode mode) | I2c | |
| I2c(int bus, boolean raw) | I2c | |
| I2c(int bus) (defined in I2c) | I2c | |
| read(byte[] data) (defined in I2c) | I2c | |
| readByte() | I2c | |
| readBytesReg(short reg, byte[] data) (defined in I2c) | I2c | |
| readReg(short reg) | I2c | |
| readWordReg(short reg) | I2c | |
| write(byte[] data) (defined in I2c) | I2c | |
| writeByte(short data) | I2c | |
| writeReg(short reg, short data) | I2c | |
| writeWordReg(short reg, int data) | I2c |
1.8.9.1