mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-08-23 20:32:47 +00:00
Add memory debugging plotter and update requirements
- Implement a Python script to visualize free heap memory over time. - Add serial port selection for connecting to the device. - Update requirements.txt to include necessary libraries. - Log free heap memory in the main application loop for monitoring.
This commit is contained in:
parent
b3468b4f01
commit
511aa221be
3 changed files with 81 additions and 0 deletions
2
requirements.txt
Normal file
2
requirements.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
matplotlib
|
||||
pyserial
|
Loading…
Add table
Add a link
Reference in a new issue