add functions for bit setting and checking

This commit is contained in:
Sem van der Hoeven
2024-10-02 00:00:50 +02:00
parent f9cef163b9
commit ac2c2d6643
3 changed files with 35 additions and 0 deletions

View File

@@ -310,6 +310,9 @@ void on_main_enter()
display.setColor(VGA_AQUA);
}
/**
* @brief Main loop of the main state. Queries the OBD2 scanner for values and updates the display.
*/
void on_main_run()
{
if (update_slow)