LiquidCGS / FastIMU

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

Fixed compilation warnings #23

Open floBik opened 4 weeks ago

floBik commented 4 weeks ago

Removed unnecessary magReading variable in F_BMX055.cpp because it generated a warning that caused problems with some compiler setups. The initialisation of AccelData, GyroData, MagData and calData has been refactored as it was also generating warnings.