1
Fork 0

Update README.md

This commit is contained in:
Julian Gaal 2019-04-09 10:45:02 +02:00 committed by GitHub
parent d230655e43
commit d5b71a33dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,7 @@ cross-compile with `cargo build --bin main --target=arm-unknown-linux-gnueabihf`
- [x] init with default settings - [x] init with default settings
- [ ] init with custom settings - [ ] init with custom settings
- [x] device verification - [x] device verification
- [x] basic feature support as described [here](https://github.com/Tijndagamer/mpu6050/blob/master/mpu6050/mpu6050.py)
- [ ] read gyro data - [ ] read gyro data
- [ ] read acc data - [ ] read acc data
- [ ] read temp data - [ ] read temp data