mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-19 14:33:45 +02:00
Changes made based on pr feedback.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#ifndef CURRENT_MONITOR_HPP
|
||||
#define CURRENT_MONITOR_HPP
|
||||
#pragma once
|
||||
#include <cstdint>
|
||||
#include <memory>
|
||||
@@ -43,3 +45,5 @@ private:
|
||||
size_t sample_idx_ = 0;
|
||||
size_t sample_count_ = 0;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
@@ -6,8 +6,6 @@
|
||||
|
||||
class MonitoringManager {
|
||||
public:
|
||||
MonitoringManager() = default;
|
||||
~MonitoringManager() = default;
|
||||
|
||||
void setup();
|
||||
void start();
|
||||
|
||||
Reference in New Issue
Block a user