bmp180: comment typo
This commit is contained in:
parent
55958b8bc3
commit
56a73454dd
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ bool bmp180_measure(bmp180_constants_t *c, int32_t *temperature,
|
||||||
if (!temperature && !pressure)
|
if (!temperature && !pressure)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
// Temperature is always needed, allso required for pressure only.
|
// Temperature is always needed, also required for pressure only.
|
||||||
//
|
//
|
||||||
// Calculation taken from BMP180 Datasheet
|
// Calculation taken from BMP180 Datasheet
|
||||||
int32_t UT, X1, X2, B5;
|
int32_t UT, X1, X2, B5;
|
||||||
|
|
Loading…
Reference in a new issue