We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should look something like:
from machine import I2C, Pin from mpu9250 import MPU9250 i2c = I2C(scl=Pin(22), sda=Pin(21)) sensor = MPU9250(i2c) print(sensor.temperature)
The text was updated successfully, but these errors were encountered:
Hello, Mika!
Great project. It works on esp8266 (I use acceleration and rotation measurement). But in fact temperature is not added to mpu9250 module.
Sorry, something went wrong.
Yeah temperature is still on TODO list. I should pay attention to this library again in the near future.
bc5e985
tuupola
No branches or pull requests
Should look something like:
The text was updated successfully, but these errors were encountered: