Initialized MiniProfiler project

- Contains the host code with a protocol implementation, data analyser and web-based visualiser
This commit is contained in:
Atharva Sawant
2025-11-27 20:34:41 +05:30
commit 852957a7de
20 changed files with 3845 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
"""MiniProfiler Host Application
A Python-based host application for profiling embedded STM32 applications.
"""
__version__ = "0.1.0"