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
si70xx_internals.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2016 Bas Stottelaar <basstottelaar@gmail.com>
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
19
#ifndef SI70XX_INTERNALS_H
20
#define SI70XX_INTERNALS_H
21
22
#ifdef __cplusplus
23
extern
"C"
{
24
#endif
25
29
#define SI70XX_I2C_ADDRESS (0x40)
30
35
#define SI70XX_MEASURE_RH_HOLD (0xE5)
36
#define SI70XX_MEASURE_RH (0xF5)
37
#define SI70XX_MEASURE_TEMP_HOLD (0xE3)
38
#define SI70XX_MEASURE_TEMP (0xF3)
39
#define SI70XX_MEASURE_TEMP_PREV (0xE0)
40
#define SI70XX_RESET (0xFE)
41
#define SI70XX_WRITE_USER_REG (0xE6)
42
#define SI70XX_READ_USER_REG (0xE7)
43
#define SI70XX_WRITE_HEATER_REG (0x51)
44
#define SI70XX_READ_HEATER_REG (0x11)
45
#define SI70XX_READ_ID_FIRST_A (0xFA)
46
#define SI70XX_READ_ID_FIRST_B (0x0F)
47
#define SI70XX_READ_ID_SECOND_A (0xFC)
48
#define SI70XX_READ_ID_SECOND_B (0xC9)
49
#define SI70XX_READ_REVISION_A (0x84)
50
#define SI70XX_READ_REVISION_B (0xB8)
57
#if defined(MODULE_SI7006)
58
#define SI70XX_ID (6)
59
#elif defined(MODULE_SI7013)
60
#define SI70XX_ID (13)
61
#elif defined(MODULE_SI7020)
62
#define SI70XX_ID (20)
63
#elif defined(MODULE_SI7021)
64
#define SI70XX_ID (21)
65
#elif defined(MODULE_SI7050)
66
#define SI70XX_ID (50)
67
#elif defined(MODULE_SI7051)
68
#define SI70XX_ID (51)
69
#elif defined(MODULE_SI7053)
70
#define SI70XX_ID (53)
71
#elif defined(MODULE_SI7054)
72
#define SI70XX_ID (54)
73
#elif defined(MODULE_SI7055)
74
#define SI70XX_ID (55)
75
#else
76
#error "Please provide a valid Si70xx variant (Si7006/13/20/21/5X)"
77
#endif
78
79
#define SI70XX_REVISION_1 (0xFF)
80
#define SI70XX_REVISION_2 (0x20)
83
#ifdef __cplusplus
84
}
85
#endif
86
87
#endif
/* SI70XX_INTERNALS_H */
Generated on Thu Apr 3 2025 17:38:29 by
1.12.0