Renamed Sensor folders to Things
This commit is contained in:
parent
f2f942d084
commit
ad1558cd5a
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "Sensors/TouchSensor.h"
|
||||
#include "Things/TouchSensor.h"
|
||||
|
||||
namespace RoboidControl {
|
||||
namespace Arduino {
|
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "Sensors/TouchSensor.h"
|
||||
#include "Things/TouchSensor.h"
|
||||
|
||||
namespace RoboidControl {
|
||||
namespace Arduino {
|
@ -1,6 +1,6 @@
|
||||
#include "SiteServer.h"
|
||||
|
||||
#include "Sensors/TemperatureSensor.h"
|
||||
#include "Things/TemperatureSensor.h"
|
||||
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
|
Loading…
x
Reference in New Issue
Block a user