Initial Commit V2 (Used code from OBWB8m Data Parser)
This commit is contained in:
20
HTMLExecuteFormConverter.h
Normal file
20
HTMLExecuteFormConverter.h
Normal file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
//
|
||||
// This File was generated or modified by Jakob A. Oberbuchner's Generator/Intrepreter (2025)
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef _HTMLEXECUTEFORMCONVERTER
|
||||
#define _HTMLEXECUTEFORMCONVERTER
|
||||
|
||||
#include <WString.h>
|
||||
#include <HardwareSerial.h>
|
||||
#include "STM32 Shared Structs/execute.h"
|
||||
|
||||
|
||||
void Execute_ParseFromHTML(const String argName, const String arg, execute_t* structure);
|
||||
|
||||
String Execute_ParseToHTML( execute_t* structure );
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user