Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Main Page
Related Pages
Supported Boards
Modules
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Enumerations
Data Structures
Data Structures
Class Hierarchy
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
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
w
~
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
Enumerator
Related Symbols
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
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
z
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
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
_
a
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
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
z
►
RIOT OS
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
bmp180_internals.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2016 Inria
3
*
4
* This file is subject to the terms and conditions of the GNU Lesser
5
* General Public License v2.1. See the file LICENSE in the top level
6
* directory for more details.
7
*/
8
20
#ifndef BMP180_INTERNALS_H
21
#define BMP180_INTERNALS_H
22
23
#ifdef __cplusplus
24
extern
"C"
{
25
#endif
26
31
#define BMP180_ADDR (0x77)
/* 7 bit address */
38
#define BMP180_REGISTER_ID (0xD0)
39
#define BMP180_REGISTER_CONTROL (0xF4)
40
#define BMP180_REGISTER_DATA (0xF6)
41
#define BMP180_TEMPERATURE_COMMAND (0x2E)
42
#define BMP180_PRESSURE_COMMAND (0x34)
43
#define BMP180_CALIBRATION_AC1 (0xAA)
50
#define BMP180_ULTRALOWPOWER_DELAY_MS (5UL)
51
#define BMP180_STANDARD_DELAY_MS (8UL)
52
#define BMP180_HIGHRES_DELAY_MS (14UL)
53
#define BMP180_ULTRAHIGHRES_DELAY_MS (26UL)
56
#ifdef __cplusplus
57
}
58
#endif
59
60
#endif
/* BMP180_INTERNALS_H */
Generated on Thu Apr 3 2025 17:38:28 by
1.12.0