- Added initial version of Hierarchical Menu

- Beautified the Message Box a bit
This commit is contained in:
2025-09-19 15:21:15 +02:00
parent 097a50f073
commit c8f14373d3
36 changed files with 2998 additions and 1973 deletions

View File

@@ -8,6 +8,7 @@
// ============================================================================================
// Includes
#include <stdio.h>
#include <string.h>
#include "pico/stdlib.h"
@@ -105,7 +106,7 @@ int main(void)
// EEPROM =================================================
EEPROM_Init();
// INA 260 =============================================
// INA 260 =================================================
INA260_Init();
// Core 1 =================================================
@@ -204,6 +205,7 @@ int main(void)
void Check_For_Serial_Input(void)
{
int Analog_Data = -1;
int i;
while(USB_Serial_Available())
{