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
As a quickie, I changed the name of the enum, and all references to it, to err_tp. The example now compiles on Xiao BLE. I also had to add a #define for the I2C pins:
In the Arduino BSP for nRF52 – which Xiao BLE uses –
err_t
is defined asuint32_t
, whereas in this library it is defined as:As a quickie, I changed the name of the enum, and all references to it, to
err_tp
. The example now compiles on Xiao BLE. I also had to add a #define for the I2C pins:The text was updated successfully, but these errors were encountered: