Report Bugs Here

Moderator: Mmiscool

User avatar
By Adriele Valle
#80214 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'
[...]
User avatar
By QuickFix
#80261 Use Arduino if you want to use the library or find a library that's written for BASIC; you can't fit a square peg into a round hole.