- Contains the host code with a protocol implementation, data analyser and web-based visualiser
7 lines
136 B
Python
7 lines
136 B
Python
"""MiniProfiler Host Application
|
|
|
|
A Python-based host application for profiling embedded STM32 applications.
|
|
"""
|
|
|
|
__version__ = "0.1.0"
|