Smartcar Shield
Main Page
Namespaces
Namespace List
Namespace Members
All
a
g
k
l
r
Functions
Variables
k
l
r
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
m
o
p
r
s
u
~
Functions
a
b
c
d
e
g
h
i
o
p
r
s
u
~
Variables
Files
File List
File Members
All
Typedefs
Macros
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Macros
Pages
src
sensors
distance
infrared
analog
sharp
GP2Y0A21.hpp
Go to the documentation of this file.
1
6
#pragma once
7
8
#include "../../../../../runtime/Runtime.hpp"
9
#include "../InfraredAnalogSensor.hpp"
10
11
class
GP2Y0A21
:
public
InfraredAnalogSensor
12
{
13
public
:
26
GP2Y0A21
(
Runtime
& runtime, uint8_t pin);
27
28
/* Check `DistanceSensor` interface for documentation */
29
unsigned
int
getDistance
()
override
;
30
31
private
:
32
const
uint8_t kPin;
33
Runtime
& mRuntime;
34
};
35
GP2Y0A21::GP2Y0A21
GP2Y0A21(Runtime &runtime, uint8_t pin)
Constructs a GP2Y0A21 sensor.
Definition:
GP2Y0A21.cpp:9
Runtime
Definition:
Runtime.hpp:35
InfraredAnalogSensor
Definition:
InfraredAnalogSensor.hpp:25
GP2Y0A21::getDistance
unsigned int getDistance() override
Gets the distance measured by the sensor in centimeters.
Definition:
GP2Y0A21.cpp:16
GP2Y0A21
Definition:
GP2Y0A21.hpp:11
Generated by
1.8.17