20 lines
367 B
C
20 lines
367 B
C
|
|
//
|
||
|
|
//
|
||
|
|
// 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
|