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
The setSensorMode function has a bug (probably)
It writes in POZYX_INT_MASK, register
status = self.setWrite(POZYX_INT_MASK, sensor_mode, remote_id)
while getSensorMode function correctly reads mode from POZYX_SENSORS_MODE register
The text was updated successfully, but these errors were encountered:
The setSensorMode function has a bug (probably)
It writes in POZYX_INT_MASK, register
status = self.setWrite(POZYX_INT_MASK, sensor_mode, remote_id)
while getSensorMode function correctly reads mode from POZYX_SENSORS_MODE register
The text was updated successfully, but these errors were encountered: