Merge pull request #61 from pavelmachek/m_5_compass

compass: Add an application for magnetometer / accelerometer debugging
This commit is contained in:
Thomas Farstrike
2026-02-27 12:13:09 +01:00
committed by GitHub
3 changed files with 711 additions and 0 deletions
@@ -0,0 +1,24 @@
{
"name": "Compass",
"publisher": "Pavel Machek",
"short_description": "Application for testing accelerometer and magnetometer",
"long_description": "Simple compass application, allowing tests of accelerometer and magnetometer.",
"icon_url": "https://apps.micropythonos.com/apps/cz.ucw.pavel.compass/icons/cz.ucw.pavel.compass_0.0.1_64x64.png",
"download_url": "https://apps.micropythonos.com/apps/cz.ucw.pavel.compass/mpks/cz.ucw.pavel.compass_0.0.1.mpk",
"fullname": "cz.ucw.pavel.compass",
"version": "0.0.1",
"category": "utilities",
"activities": [
{
"entrypoint": "assets/main.py",
"classname": "Main",
"intent_filters": [
{
"action": "main",
"category": "launcher"
}
]
}
]
}
File diff suppressed because it is too large Load Diff
Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB