mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 02:39:57 +02:00
16 lines
238 B
C++
16 lines
238 B
C++
#ifndef CANREPLAY_H
|
|
#define CANREPLAY_H
|
|
|
|
#include <Arduino.h>
|
|
#include <string>
|
|
|
|
/**
|
|
* @brief Replaces placeholder with content section in web page
|
|
*
|
|
* @param[in] var
|
|
*
|
|
* @return String
|
|
*/
|
|
String can_replay_processor(void);
|
|
|
|
#endif
|