You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@lewisxhe I'm trying to do that, but I'm wondering, in your project are you using a GPIO extender? I see the read through spi being references to XL9555
// Read 16-bit gpio input status
uint16_t read()
{
uint16_t val = 0x0;
readRegister(XL9555_CTRL_INP0, (uint8_t *)&val, 2);
return val;
}
Any chance this library could also be used for the BHI360 module by Bosch?
The text was updated successfully, but these errors were encountered: