aboutsummaryrefslogtreecommitdiffstats
path: root/sw/ltc2400.h
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2019-11-19 21:46:25 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2019-11-19 21:46:25 +0100
commit11ec83d29b1d922d37c7212c1cf94549ff3de5b1 (patch)
treeddabde5c05c59800c88b0a37837f7c6ac4a55012 /sw/ltc2400.h
parentd81645c52f11f0817281dbb8eff637cdea1bf2ea (diff)
downloadglutte-batteries-11ec83d29b1d922d37c7212c1cf94549ff3de5b1.tar.gz
glutte-batteries-11ec83d29b1d922d37c7212c1cf94549ff3de5b1.tar.bz2
glutte-batteries-11ec83d29b1d922d37c7212c1cf94549ff3de5b1.zip
Fix LTC2400 readout
Diffstat (limited to 'sw/ltc2400.h')
-rw-r--r--sw/ltc2400.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/ltc2400.h b/sw/ltc2400.h
index d46a24f..05204dd 100644
--- a/sw/ltc2400.h
+++ b/sw/ltc2400.h
@@ -33,4 +33,4 @@ void ltc2400_init();
bool ltc2400_conversion_ready();
-float ltc2400_get_conversion_result(bool& dmy_fault, bool& exr_fault, uint32_t& raw_value);
+double ltc2400_get_conversion_result(bool& dmy_fault, bool& exr_fault, uint32_t& raw_value);