mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-24 05:34:45 -07:00
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
Unitemp - Universal temperature reader
|
||||
Copyright (C) 2022 Victor Nikitchuk (https://github.com/quen0n)
|
||||
Copyright (C) 2022-2023 Victor Nikitchuk (https://github.com/quen0n)
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
@@ -101,7 +101,8 @@ bool unitemp_BMP180_init(Sensor* sensor) {
|
||||
bmp180_instance->bmp180_cal.MC = (buff[18] << 8) | buff[19];
|
||||
bmp180_instance->bmp180_cal.MD = (buff[20] << 8) | buff[21];
|
||||
|
||||
UNITEMP_DEBUG(
|
||||
|
||||
UNITEMP_DEBUG(
|
||||
"Sensor BMP180 (0x%02X) calibration values: %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d",
|
||||
i2c_sensor->currentI2CAdr,
|
||||
bmp180_instance->bmp180_cal.AC1,
|
||||
|
||||
Reference in New Issue
Block a user