kirdy/pykirdy
linuswck bad21806f8 gui: Add new form for temp adc filter cfg and settable polling rate
List of Changes:
1. Get report via polling instead of active report mode
2. Allow user to set a custom report polling rate while settings polling rate is fixed to 10Hz
- it is necessary for pid autotune to function correctly
3. Add a form for configuring temperature adc filter
4. Use two different timer for polling report and settings to optimize performance

Known Issue:
1. CPU utilization increases with the report polling rate as for each report recv-ed, gui renders and plots one frame of the 4 graphs
2024-10-10 17:25:33 +08:00
..
driver driver: expose _odr_type for filter cfgs 2024-10-10 17:25:29 +08:00
ui gui: Add new form for temp adc filter cfg and settable polling rate 2024-10-10 17:25:33 +08:00
asyncio_exmaple.py Update example code 2024-09-04 15:39:27 +08:00
kirdy_qt.py gui: Add new form for temp adc filter cfg and settable polling rate 2024-10-10 17:25:33 +08:00
pid_autotune.py Update pid autotuner code 2024-09-04 15:39:27 +08:00
waitingspinnerwidget.py gui: add waitingspinnerwidget 2024-04-23 15:55:14 +08:00