adafruit / Adafruit_LSM6DS

Arduino library for LSM6DS
Other
47 stars 39 forks source link

Fix bug where `begin()` would return false even on success #43

Open egnor opened 2 months ago

egnor commented 2 months ago

Very simple change to fix a very simple bug where LSM6DS::begin() wouldn't return true even if it succeeded.