Problems with the library "MPU9250"
Posted: Tue Jan 22, 2019 2:06 pm
Good afternoon! I'm using an ESP8266 Wemos D1 Mini Pro with MPU9250.
I'm taking this code as a base: https://github.com/mciuraru/TelemetryRecorder
But the library of the MPU9250.h always gives an error.
Error message:
error: 'MPU9250_ADDRESS' was not declared in this scope
error: 'class MPU9250' has no member named 'SelfTest'
[...]
I'm taking this code as a base: https://github.com/mciuraru/TelemetryRecorder
But the library of the MPU9250.h always gives an error.
Error message:
error: 'MPU9250_ADDRESS' was not declared in this scope
error: 'class MPU9250' has no member named 'SelfTest'
[...]