mirror of
https://github.com/SemvdH/OBD2-car-display.git
synced 2025-12-15 20:21:03 +00:00
add functions for bit setting and checking
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user