PU2CLR QN8066 Arduino Library 1.3.0
Arduino Library for QN8066Devices - By Ricardo Lima Caratti
|
Functions | |
bool | QN8066::detectDevice () |
Checks communication with QN8066 via I2C. | |
uint8_t | QN8066::scanI2CBus (uint8_t *device) |
Scans the I2C bus and returns the addresses of the devices found. | |
bool QN8066::detectDevice | ( | ) |
uint8_t QN8066::scanI2CBus | ( | uint8_t * | device | ) |
Scans the I2C bus and returns the addresses of the devices found.
Searches for devices connected to the I2C bus. The addresses of the devices found are stored in the "device" array.
device | array of device addresses found. |