Renamed Sensor folders to Things

This commit is contained in:
Pascal Serrarens 2025-03-03 16:27:32 +01:00
parent f2f942d084
commit ad1558cd5a
11 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#pragma once
#include "Sensors/TouchSensor.h"
#include "Things/TouchSensor.h"
namespace RoboidControl {
namespace Arduino {

View File

@ -1,6 +1,6 @@
#pragma once
#include "Sensors/TouchSensor.h"
#include "Things/TouchSensor.h"
namespace RoboidControl {
namespace Arduino {

View File

@ -1,6 +1,6 @@
#include "SiteServer.h"
#include "Sensors/TemperatureSensor.h"
#include "Things/TemperatureSensor.h"
#include <functional>
#include <memory>