Files
BinderBeispielRegler/app/climate-algorithm.h
Uwe Jakobeit 00f8e9a751 initial commit
2026-03-30 09:41:19 +02:00

23 lines
316 B
C++

// todo: create, import file header
#ifndef CLIMATE_ALGORITHM_H
#define CLIMATE_ALGORITHM_H
#include <iostream>
#include <vector>
//todo - install
// #include <nlohmann/json.hpp>
#include "filter.h"
#include "pwm.hpp"
#include "pid.h"
class ClimateAlgorithm {
public:
private:
}
#endif // CLIMATE_ALGORITHM_H