You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
25 lines
745 B
JSON
25 lines
745 B
JSON
{
|
|
"name": "IMU",
|
|
"publisher": "MicroPythonOS",
|
|
"short_description": "Inertial Measurement Unit Visualization",
|
|
"long_description": "Visualize data from the Intertial Measurement Unit, also known as the accellerometer.",
|
|
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.imu/icons/com.micropythonos.imu_0.1.0_64x64.png",
|
|
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.imu/mpks/com.micropythonos.imu_0.1.0.mpk",
|
|
"fullname": "com.micropythonos.imu",
|
|
"version": "0.1.0",
|
|
"category": "hardware",
|
|
"activities": [
|
|
{
|
|
"entrypoint": "assets/imu.py",
|
|
"classname": "IMU",
|
|
"intent_filters": [
|
|
{
|
|
"action": "main",
|
|
"category": "launcher"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|