You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Merge pull request #61 from pavelmachek/m_5_compass
compass: Add an application for magnetometer / accelerometer debugging
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user