summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorJeonghoon Park <jh1979.park@samsung.com>2018-07-30 19:45:53 +0900
committerJeonghoon Park <jh1979.park@samsung.com>2018-07-30 19:45:53 +0900
commitcde3d82ecc112ec6e5e08e681816544620a6dd20 (patch)
tree64c42966c969b3260dcd119295f7c8e35c89f3a5 /inc
parentd79a9c940a7524a09ab41ea3bb7dd1c276e67b21 (diff)
downloadst-things-co2-meter-cde3d82ecc112ec6e5e08e681816544620a6dd20.tar.gz
st-things-co2-meter-cde3d82ecc112ec6e5e08e681816544620a6dd20.tar.bz2
st-things-co2-meter-cde3d82ecc112ec6e5e08e681816544620a6dd20.zip
refines
Diffstat (limited to 'inc')
-rw-r--r--inc/co2-sensor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/co2-sensor.h b/inc/co2-sensor.h
index 404437a..cc65b32 100644
--- a/inc/co2-sensor.h
+++ b/inc/co2-sensor.h
@@ -33,8 +33,8 @@ void co2_sensor_close(void);
double co2_sensor_value_to_voltage(unsigned int value);
/* Not implemented, please see c source code */
-int co2_sensor_voltage_to_ppm(double voltage);
-int co2_sensor_value_to_ppm(unsigned int value);
+unsigned int co2_sensor_voltage_to_ppm(double voltage);
+unsigned int co2_sensor_value_to_ppm(unsigned int value);
#endif /* __CO2_SENSOR_H__ */