m5stack / M5-ProductExampleCodes

All example codes of products supplied by M5Stack have been collected in this reposity.
MIT License
339 stars 485 forks source link

Missing implementation of getAhrsData(&pitch,&roll,&yaw) #43

Open aturowsk opened 2 years ago

aturowsk commented 2 years ago

The header file has the getAhrsData(&pitch,&roll,&yaw) method but the implementation is missing in the .cpp file.

The implementation could be copied from the M5.IMU implementation to fix this.

The unit is IMU_6886.cpp