Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
Main Page
Related Pages
Modules
Data Structures
Data Structures
Data Structure Index
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
m
n
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
temp_tmp102.h
Go to the documentation of this file.
1
#ifndef TEMP_TMP102_H
2
#define TEMP_TMP102_H
3
4
#include "
std.h
"
5
6
#define TMP102_TEMP_REG 0x00
7
#define TMP102_CONF_REG 0x01
8
#define TMP102_T_LOW_REG 0x02
9
#define TMP102_T_HIGH_REG 0x03
10
11
extern
float
ftmp_temperature
;
12
13
void
tmp102_init
(
void
);
14
void
tmp102_periodic
(
void
);
15
void
tmp102_event
(
void
);
16
17
#endif
tmp102_periodic
void tmp102_periodic(void)
Definition:
temp_tmp102.c:73
tmp102_event
void tmp102_event(void)
Definition:
temp_tmp102.c:80
std.h
ftmp_temperature
float ftmp_temperature
Definition:
temp_tmp102.c:40
tmp102_init
void tmp102_init(void)
Definition:
temp_tmp102.c:63
sw
airborne
modules
meteo
temp_tmp102.h
Generated on Tue Feb 1 2022 13:51:16 for Paparazzi UAS by
1.8.17