added device_supervisor app

This commit is contained in:
Nico Melone
2025-04-13 18:36:28 -05:00
parent efbb5a8e1b
commit fa1dfeb4be
5051 changed files with 145594 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
# MobiusPi Project Templates
MobiusPi project templates for VS Code based IDE. You can rapidly initialize your mobiuspi python project with these templates.
Templates:
- helloworld-template: a very simple template to create a project. It prints some messages to the terminal and log file.
## How To Use Templates?
Please refer to the [MobiusPi Development Documentations](https://ingateway-development-docs-en.readthedocs.io/en/latest/).
# MobiusPi工程模板
这里基于VS Code IDE为MobiusPi提供了一些工程模板。使用这些模板你可以快速的创建python工程。
模板:
- helloworld-template: 一个非常简单的、用于创建工程的模板。它输出一些信息到终端窗口和日志文件。
## 如何使用模板?
请参考[MobiusPi开发者手册](https://ingateway-development-docs.readthedocs.io/zh_CN/latest/).