Skip to content

Commit 0ac9d71

Browse files
authored
gyro: add gyroscope test/display application (#76)
* iio: switch to maximum sampling frequency, apply mount matrix * mag: Apply mount matrix for magnetometer, too * iio: allow separate path for gyro sensor * gyro: fork from compass, get drawing back to work * iio: add todo. * gyro: gyro seems to work way better on pinephone * iio: move scale conversion where it belongs * gyro: rely of iio driver providing right scale of values * iio: Turn down debugging, but I still get framerate drops * gyro: add reset and calibration support, introduce vectors, display help image
1 parent 6d6f96b commit 0ac9d71

5 files changed

Lines changed: 798 additions & 10 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "Gyro",
3+
"publisher": "Pavel Machek",
4+
"short_description": "Gyro",
5+
"long_description": "Simple gyro app.",
6+
"icon_url": "https://apps.micropythonos.com/apps/cz.ucw.pavel.gyro/icons/cz.ucw.pavel.gyro_0.0.1_64x64.png",
7+
"download_url": "https://apps.micropythonos.com/apps/cz.ucw.pavel.gyro/mpks/cz.ucw.pavel.gyro_0.0.1.mpk",
8+
"fullname": "cz.ucw.pavel.gyro",
9+
"version": "0.0.1",
10+
"category": "utilities",
11+
"activities": [
12+
{
13+
"entrypoint": "assets/main.py",
14+
"classname": "Main",
15+
"intent_filters": [
16+
{
17+
"action": "main",
18+
"category": "launcher"
19+
}
20+
]
21+
}
22+
]
23+
}
24+

0 commit comments

Comments
 (0)