Commit e3ea08b 1 parent ac01afc commit e3ea08b Copy full SHA for e3ea08b
File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Copyright (C) 2017-2019 by Xose Pérez <xose dot perez at gmail dot com>
8
8
9
9
#pragma once
10
10
11
- #include " settings .h"
11
+ #include " types .h"
12
12
#include " libs/BasePin.h"
13
13
14
14
#include < cstddef>
Original file line number Diff line number Diff line change @@ -14,11 +14,12 @@ Copyright (C) 2020 by Maxim Prokhorov <prokhorov dot max at outlook dot com>
14
14
#include < chrono>
15
15
#include < cstddef>
16
16
#include < cstdint>
17
+ #include < memory>
17
18
#include < ratio>
18
19
19
20
#include < ArduinoJson.h>
20
21
21
- #include " system .h"
22
+ #include " types .h"
22
23
23
24
class BaseSensor ;
24
25
Original file line number Diff line number Diff line change 6
6
#pragma once
7
7
8
8
#include < Arduino.h>
9
- #include " ../espurna .h"
9
+ #include " ../config/types .h"
10
10
#include " ../sensor.h"
11
+ #include " ../gpio.h"
11
12
12
13
#include < cstddef>
13
14
#include < cstdint>
You can’t perform that action at this time.
0 commit comments