SensESP 2.7.2
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
debug_output.h
Go to the documentation of this file.
1#ifndef _remote_debug_H_
2#define _remote_debug_H_
3
4#include <cstdint>
5
7
8namespace sensesp {
9
10void SetupSerialDebug(uint32_t baudrate);
11
23class DebugOutput : public Startable {
24 public:
26 virtual void start() override;
27};
28
29} // namespace sensesp
30
31#endif
Initialize logging/debug output.
virtual void start() override
Automatic calling of the start() method at startup.
Definition startable.h:20
void SetupSerialDebug(uint32_t baudrate)