1
Fork 0

Merge branch 'viz' of github.com:juliangaal/mpu6050 into viz

This commit is contained in:
Julian Gaal 2019-04-17 16:22:08 +02:00
commit b494e9230f

View file

@ -1,3 +1,19 @@
Python script to visualize data, e.g. roll and pitch, used for testing and [demonstration purposes]()
Accepted file format from data recording, e.g.
```
1,2
2,3
3,6
4,9
5,4
6,7
7,7
8,4
9,3
10,7
```
For requirements, see [requirements.txt](requirements.txt) For requirements, see [requirements.txt](requirements.txt)
On linux, you need to install `tkinter` with On linux, you need to install `tkinter` with