🖥 [Software] GUI application that uses the telemetry protocol to control the ventilator.
22
stars
11
forks
source link
Move graph saturation detector to a sliding register of highest + lowest pressure & flow values in the chip module (~0.5% CPU load at 30 FPS) #68
Closed
valeriansaliou closed 3 years ago
This prevents each redraw to loop through all points to find the lowest/highest values. This should save some CPU cycles.