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
I am trying to implement 2 sensors on the same IC2 bus. I bought the one called AS5600L that has an address of 0x40. Tried to implement it using setAddress, but the library won't execute it.
Says there is no member. Please help.
Mitch
AS5600_position_M_01_TwoSensors:27:11: error: 'class AS5600' has no member named 'setAddress'; did you mean 'getAddress'?
as5600L.setAddress(0x40); // AS5600L only
The text was updated successfully, but these errors were encountered:
I figured it, yes the type should be like you said, thanks
I wish you made an example.
Your multiple sensor example is for 2 IC2 buses, I will try to ad my code to the library
I am trying to implement 2 sensors on the same IC2 bus. I bought the one called AS5600L that has an address of 0x40. Tried to implement it using setAddress, but the library won't execute it.
Says there is no member. Please help.
Mitch
AS5600_position_M_01_TwoSensors:27:11: error: 'class AS5600' has no member named 'setAddress'; did you mean 'getAddress'?
as5600L.setAddress(0x40); // AS5600L only
The text was updated successfully, but these errors were encountered: