initial commit
This commit is contained in:
22
app/climate-algorithm.h
Normal file
22
app/climate-algorithm.h
Normal file
@@ -0,0 +1,22 @@
|
||||
// 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
|
||||
Reference in New Issue
Block a user