Files
RFG_stm32_ADC_receiver_GUI/RFG_ADC_dataplotter.py
2026-03-12 15:07:57 +03:00

9 lines
163 B
Python

#!/usr/bin/env python3
"""Compatibility wrapper for the modularized ADC plotter."""
from rfg_adc_plotter.main import main
if __name__ == "__main__":
main()