bitfasching / AS5601

Library for driving the sensor AS5601 over I²C on an Arduino
Other
16 stars 6 forks source link

Overloaded constructor with optional i2c channel #1

Closed Georacer closed 7 years ago

Georacer commented 7 years ago

For boards where there are 2 I2C buses, the user is optionally able to pass the preferred channel in the constructor, e.g. AS5601 Sensor(&Wire1)

Georacer commented 7 years ago

No problem. Thanks for the library!