Implement PID and telemetry

This commit is contained in:
maddiebaka
2026-03-12 11:12:38 -04:00
parent 9fe77e4e41
commit 4876d31648
9 changed files with 186 additions and 28 deletions
+2
View File
@@ -18,4 +18,6 @@ void build_numberstack(lv_obj_t * parent,
ns_btn_cb_t top_btn_cb,
ns_btn_cb_t bottom_btn_cb);
void update_rpm_readout(uint16_t rpm);
void build_ui(void);