Initial Commit V2 (Used code from OBWB8m Data Parser)

This commit is contained in:
Jakob Oberbuchner
2025-08-16 12:59:01 -05:00
parent 24ba2f8c4d
commit 525fab207c
41 changed files with 17606 additions and 0 deletions

19
HTMLStatusParser.h Normal file
View File

@@ -0,0 +1,19 @@
//
//
// This File was generated or modified by Jakob A. Oberbuchner's Generator/Intrepreter (2025)
//
//
#ifndef _HTMLSTATUSPARSER
#define _HTMLSTATUSPARSER
#include <WString.h>
#include <HardwareSerial.h>
#include "STM32 Shared Structs/status.h"
String Status_ParseToHTML( status_t* structure );
String Status_AllParseToHTML( status_t* structure );
#endif