This website works better with JavaScript.
Home
Explore
Help
Sign In
mh
/
mhsw-espurna
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix type mismatch in SHT3X I2C sensor
fastled
Xose Pérez
7 years ago
parent
b9db614d8e
commit
1206fa5a71
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
code/espurna/sensors/SHT3XI2CSensor.h
+ 1
- 1
code/espurna/sensors/SHT3XI2CSensor.h
View File
@ -77,7 +77,7 @@ class SHT3XI2CSensor : public BaseSensor {
/
/
Pre
-
read
hook
(
usually
to
populate
registers
with
up
-
to
-
date
data
)
/
/
Pre
-
read
hook
(
usually
to
populate
registers
with
up
-
to
-
date
data
)
void
pre
(
)
{
void
pre
(
)
{
unsigned
int
buffer
[
6
]
;
unsigned
char
buffer
[
6
]
;
#
if I2C_USE_BRZO
#
if I2C_USE_BRZO
buffer
[
0
]
=
0x2C
;
buffer
[
0
]
=
0x2C
;
Write
Preview
Loading…
Cancel
Save