Git
Wiki
Site
projects
/
soft
/
lpc122x
/
core
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebfec47
)
Fix interverted parameter names
author
Nathael Pajani
<nathael.pajani@ed3l.fr>
Thu, 3 Jan 2019 16:50:50 +0000
(17:50 +0100)
committer
Nathael Pajani
<nathael.pajani@ed3l.fr>
Tue, 8 Nov 2022 16:03:05 +0000
(17:03 +0100)
include/extdrv/bme280_humidity_sensor.h
patch
|
blob
|
history
diff --git
a/include/extdrv/bme280_humidity_sensor.h
b/include/extdrv/bme280_humidity_sensor.h
index
c8f3e40
..
23d9cf0
100644
(file)
--- a/
include/extdrv/bme280_humidity_sensor.h
+++ b/
include/extdrv/bme280_humidity_sensor.h
@@
-182,7
+182,7
@@
int bme280_configure(struct bme280_sensor_config* conf);
* provided integer(s). On error, returns a negative integer equivalent to errors from
* glibc.
*/
-int bme280_sensor_read(struct bme280_sensor_config* conf, uint32_t*
temp, uint32_t* pressure
, uint16_t* hum);
+int bme280_sensor_read(struct bme280_sensor_config* conf, uint32_t*
pressure, int32_t* temp
, uint16_t* hum);
/* Compute actual temperature from uncompensated temperature
Techno-Innov
42 impasse de la Combe du Bois
01150 Blyes - France
contact@techno-innov.fr
Design et hébergement du site :
Techno-Innov
Techno-Innov
- SARL Coopérative
539 169 417 RCS Bourg-en-Bresse
Ce site n'utilise pas de cookies, désolé pour les gourmands !