adafruit / Adafruit_CircuitPython_BNO08x

Helper library for the Hillcrest Laboratories BNO080 IMU
MIT License
22 stars 29 forks source link

SPI class limited to boards with internal pull ups #20

Open caternuson opened 3 years ago

caternuson commented 3 years ago

Current library code is enabling internal pull up on INT pin: https://github.com/adafruit/Adafruit_CircuitPython_BNO08x/blob/08e8e050e8b41aef20f93b3740298212178d4692/adafruit_bno08x/spi.py#L46 but not all boards have that option: https://forums.adafruit.com/viewtopic.php?f=8&t=177507#p865056

ladyada commented 3 years ago

we should try and catch!

On Apr 2, 2021, at 1:37 PM, Carter Nelson @.***> wrote:

 Current library code is enabling internal pull up on INT pin: https://github.com/adafruit/Adafruit_CircuitPython_BNO08x/blob/08e8e050e8b41aef20f93b3740298212178d4692/adafruit_bno08x/spi.py#L46 but not all boards have that option: https://forums.adafruit.com/viewtopic.php?f=8&t=177507#p865056

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.