From 11e14a891fb391207f6f05d0d94657a2b7e1ad3f Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Wed, 16 Nov 2016 10:57:04 -0700 Subject: [PATCH] ms5803: remove utf8 delta-sigma characters from comment block Signed-off-by: Jon Trulson --- src/ms5803/ms5803.hpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/ms5803/ms5803.hpp b/src/ms5803/ms5803.hpp index 82966284..9342c829 100644 --- a/src/ms5803/ms5803.hpp +++ b/src/ms5803/ms5803.hpp @@ -50,16 +50,16 @@ namespace upm { * sensors with SPI and I2C bus interface. It is optimized for * depth measurement systems with a water depth resolution of 1cm * and below. The sensor module includes a high linear pressure - * sensor and an ultra low power 24 bit ΔΣ ADC with internal - * factory calibrated coefficients. It provides a precise digital - * 24 Bit pressure and temperature value and different operation - * modes that allow the user to optimize for conversion speed and - * current consumption. A high resolution temperature output - * allows the implementation of a depth measurement systems and - * thermometer function without any additional sensor. + * sensor and an ultra low power 24 bit delta-sigma ADC with + * internal factory calibrated coefficients. It provides a precise + * digital 24 bit pressure and temperature value and different + * operation modes that allow the user to optimize for conversion + * speed and current consumption. A high resolution temperature + * output allows the implementation of a depth measurement systems + * and thermometer function without any additional sensor. * * The device is driven at 3.3vdc, and has a pressure range of - * between 0 and 14 Bar, and a temperature range fo between -40 + * between 0 and 14 Bar, and a temperature range of between -40 * and +85C. * * @snippet ms5803.cxx Interesting