Serial clock and Serial data on SPC5STUDIO evaluation board
Hi,
May i know which pin on SPC57S-Eval kit board use for serial clock and serial data?
I want to connect the gyroscope sensor to the board.
Hi,
May i know which pin on SPC57S-Eval kit board use for serial clock and serial data?
I want to connect the gyroscope sensor to the board.
Hello,
this detect_device function is trying to detect an I2C slave device by its I2C address in range [0x8 .. 0x7F]
for each address (so for each device), it trye to read 2 bytes from device register 0x00
in case of read success, it means a device was found at address "dev_addr"
uint8_t data[2] => because we try to read 2 bytes, sot we need a buffer of at least 2 bytes
Best regards.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.