RobTillaart / AS5600

Arduino library for AS5600 magnetic rotation meter
MIT License
109 stars 20 forks source link

Fix #45 support STM32 set I2C pins #46

Closed RobTillaart closed 1 year ago

BRTFTW commented 1 year ago

Tested successfully with my arduino project (STM32G4) and HW. Nicely done! I didn't know about ARDUINOARCH{...}

RobTillaart commented 10 months ago

@BRTFTW FYI, I am refactoring the API of begin as setting wire parameters in the library is not portable in the end. The change is merely you need to set the Wire parameters yourself before calling AS5600.begin(). I've added an example in the PR / develop branch.