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 ICM42670::startWakeOnMotion(uint8_t intpin, ICM42670_irq_handler handler) seems hardcoded to only configure interrupts on INT1. Shouldn't it include if statement or similar so if intpin == 2 it will configure INT_SOURCE3 and INT_SOURCE4 with inv_imu_set_config_int2 instead?
The text was updated successfully, but these errors were encountered:
Hello @kjs-eir ,
Your understanding is correct, only INT1 can be used today with the ICM42670 Arduino library.
We take your request into account, we will implement INT2 support and get back to you when available.
By the way, you finally manage to use the library on your platform, could you explain what was the issue.
Yes, the issue was not relate to the library or implementation at all, but the ICM-42670-p, had been in-sufficiently solder on my PCB, resulting in one or more pins not beeing connected.
The
ICM42670::startWakeOnMotion(uint8_t intpin, ICM42670_irq_handler handler)
seems hardcoded to only configure interrupts on INT1. Shouldn't it include if statement or similar so ifintpin == 2
it will configure INT_SOURCE3 and INT_SOURCE4 withinv_imu_set_config_int2
instead?The text was updated successfully, but these errors were encountered: