Files
MiniProfiler/host/miniprofiler/__init__.py
Atharva Sawant 852957a7de Initialized MiniProfiler project
- Contains the host code with a protocol implementation, data analyser and web-based visualiser
2025-11-27 20:34:41 +05:30

7 lines
136 B
Python

"""MiniProfiler Host Application
A Python-based host application for profiling embedded STM32 applications.
"""
__version__ = "0.1.0"