RoboidControl for Arduino
Loading...
Searching...
No Matches
Sensor.h
Go to the documentation of this file.
1#pragma once
2
3#include "Thing.h"
4
5namespace Passer {
6namespace RoboidControl {
7
9class Sensor : public Thing {
10 public:
12 Sensor();
13};
14
15} // namespace RoboidControl
16} // namespace Passer
17using namespace Passer::RoboidControl;
A sensor is a thing which can perform measurements in the environment.
Definition Sensor.h:9
Sensor()
Default Constructor for a Sensor.
Definition Sensor.cpp:3
A thing is a functional component on a robot.
Definition Thing.h:7
Definition DRV8833.h:7
Definition DRV8833.h:6