simplefoc / Arduino-FOC

Arduino FOC for BLDC and Stepper motors - Arduino Based Field Oriented Control Algorithm Library
https://docs.simplefoc.com
MIT License
1.94k stars 510 forks source link

Fix for MagneticSensorI2C uses incorrect bit mask calculation #402 #412

Open runger1101001 opened 2 weeks ago

runger1101001 commented 2 weeks ago

Update to MagneticSensor to handle bit mask correctly. This implementation should work with AS5600, AS5048B and MT6701 sensors.

runger1101001 commented 2 weeks ago

Still testing...