adafruit / Adafruit_AHRS

Arduino library for AHRS (Attitude and Heading Reference System) for Adafruit motion sensors
214 stars 64 forks source link

fix warning emitted by old Adafruit_LSM303_U (archived repo) #30

Closed hathach closed 2 years ago

hathach commented 2 years ago

Although 9dof and 10dof examples are in deprecated folders. These use the old Accel code that prevent ci to passed with esp32 (when compiling with all warnings). https://github.com/adafruit/Adafruit_AHRS/actions/runs/3290204490/jobs/5422730937#step:6:1171

This PR update these examples to use newer driver repo

PS: PR failed is due to insufficient name char which is fixed by https://github.com/adafruit/Adafruit_LSM303DLH_Mag/pull/9