LiquidCGS / FastIMU

the IMU library to rule them all (wip)
MIT License
122 stars 15 forks source link

Missing return get an error in Arduino IDE #19

Closed alanvictor48 closed 3 months ago

alanvictor48 commented 3 months ago

I've been conducting a test with MPU6050 and QMC5883L, and the Arduino IDE was returning an error even though everything was set up correctly. So I ended up discovering that a return was missing at the end of the init function in case the sensors were configured correctly. I noticed that other functions had the same issue, so I made the change as well.

LiquidCGS commented 3 months ago

Whoops, that's gonna be my bad. Thanks!