pyground/ ├── backend/ │ ├── main.py # FastAPI server │ ├── tracer.py # Python execution tracer (sys.settrace) │ └── requirements.txt ├── frontend/ │ ├── src/ │ │ ├── App.tsx │ │ ├── types.ts ...
This is improved version of "MORSE CODE USING STM32" in which the project demonstrates the Morse code waveform generation using the STM32 Blue Pill microcontroller and real-time waveform visualization ...