Default constructor. */
| 93 | /** Default constructor. |
| 94 | */ |
| 95 | I2Cdev::I2Cdev() { |
| 96 | } |
| 97 | |
| 98 | /** Read a single bit from an 8-bit device register. |
| 99 | * @param devAddr I2C slave device address |
nothing calls this directly
no outgoing calls
no test coverage detected