ms5803: remove utf8 delta-sigma characters from comment block

Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
Jon Trulson 2016-11-16 10:57:04 -07:00
parent 803f9a9838
commit 11e14a891f

View File

@ -50,16 +50,16 @@ namespace upm {
* sensors with SPI and I2C bus interface. It is optimized for * sensors with SPI and I2C bus interface. It is optimized for
* depth measurement systems with a water depth resolution of 1cm * depth measurement systems with a water depth resolution of 1cm
* and below. The sensor module includes a high linear pressure * and below. The sensor module includes a high linear pressure
* sensor and an ultra low power 24 bit ΔΣ ADC with internal * sensor and an ultra low power 24 bit delta-sigma ADC with
* factory calibrated coefficients. It provides a precise digital * internal factory calibrated coefficients. It provides a precise
* 24 Bit pressure and temperature value and different operation * digital 24 bit pressure and temperature value and different
* modes that allow the user to optimize for conversion speed and * operation modes that allow the user to optimize for conversion
* current consumption. A high resolution temperature output * speed and current consumption. A high resolution temperature
* allows the implementation of a depth measurement systems and * output allows the implementation of a depth measurement systems
* thermometer function without any additional sensor. * and thermometer function without any additional sensor.
* *
* The device is driven at 3.3vdc, and has a pressure range of * 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. * and +85C.
* *
* @snippet ms5803.cxx Interesting * @snippet ms5803.cxx Interesting