Initial Commit V2 (Used code from OBWB8m Data Parser)
This commit is contained in:
19
HTMLStatusParser.h
Normal file
19
HTMLStatusParser.h
Normal 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
|
||||
Reference in New Issue
Block a user