PU2CLR SI4844 Arduino Library 1.1.5
Arduino Library for Si4844 Devices - By Ricardo Lima Caratti
|
Functions | |
bool | SI4844::detectDevice () |
Checks communication with SI4844 via I2C. | |
uint8_t | SI4844::scanI2CBus (uint8_t *device, uint8_t limit) |
Scans the I2C bus and returns the addresses of the devices found. | |
bool SI4844::detectDevice | ( | ) |
uint8_t SI4844::scanI2CBus | ( | uint8_t * | device, |
uint8_t | limit | ||
) |
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. |