Skip to content

Commit 4bda8c7

Browse files
committed
feat: create the interface folder
1 parent 0804bd5 commit 4bda8c7

File tree

6 files changed

+3
-6
lines changed

6 files changed

+3
-6
lines changed
File renamed without changes.
File renamed without changes.

src/IO/InterfaceImpl.h renamed to src/interface/InterfaceImpl.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@
33
#include "config.h"
44
#if TESTING != 1
55

6-
#include "EventQueue.h"
76
#include "IO/ArduinoProxy.h"
87
#include "IO/Input.h"
9-
#include "IO/Interface.h"
108
#include "IO/Radio.h"
119
#include "IO/SBGSensor.h"
1210
#include "IO/SensorLogger.h"
1311
#include "IO/gpio/Gpio.h"
1412
#include "IO/tcp/SocketServer.h"
15-
#include "Sensors.h"
13+
#include "Interface.h"
14+
#include <IO/Sensors.h>
1615
#include <memory>
1716
#include <spdlog/logger.h>
1817
#include <string>
File renamed without changes.
File renamed without changes.

src/stateMachine/InterfacingStateMachine.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
#pragma once
2-
#include "IO/Interface.h"
3-
#include "IO/InterfaceImpl.h"
4-
#include "IO/TestingInterface.h"
52
#include "data/StateData.h"
63
#include "stateMachineLib/StateMachine.h"
4+
#include <interface/Interface.h>
75
#include <memory>
86

97
class InterfacingStateMachine : public StateMachine

0 commit comments

Comments
 (0)