diff --git a/src/ads1x15/ads1015.h b/src/ads1x15/ads1015.h index c5dd3fa1..9be09356 100644 --- a/src/ads1x15/ads1015.h +++ b/src/ads1x15/ads1015.h @@ -1,4 +1,4 @@ -/* +/* * Author: Marc Graham * Copyright (c) 2015 Intel Corporation. * @@ -70,12 +70,12 @@ namespace upm { * Data is transferred via an I2C-compatible serial interface; four I2C slave addresses can be selected. The ADS1013/4/5 * operate from a single power supply ranging from 2.0V to 5.5V. * The ADS1013/4/5 can perform conversions at rates up to 3300 samples per second (SPS). An onboard PGA is available - * on the ADS1014 and ADS1015 that offers input ranges from the supply to as low as ±256mV, allowing both large and small + * on the ADS1014 and ADS1015 that offers input ranges from the supply to as low as ±256mV, allowing both large and small * signals to be measured with high resolution. The ADS1015 also features an input multiplexer (MUX) that provides two * differential or four single-ended inputs. * The ADS1013/4/5 operate either in continuous conversion mode or a single-shot mode that automatically powers down * after a conversion and greatly reduces current consumption during idle periods. The ADS1013/4/5 are specified from - * –40°C to +125°C. + * –40°C to +125°C. * * Tested with Adafriut ADS1015 board: https://www.adafruit.com/products/1083 * diff --git a/src/ads1x15/ads1115.h b/src/ads1x15/ads1115.h index 93686aba..32c4b93c 100644 --- a/src/ads1x15/ads1115.h +++ b/src/ads1x15/ads1115.h @@ -1,4 +1,4 @@ -/* +/* * Author: Marc Graham * Copyright (c) 2015 Intel Corporation. * @@ -71,11 +71,11 @@ namespace upm { * an I2C-compatible serial interface; four I2C slave addresses can be selected. The ADS1113/4/5 operate from a single power * supply ranging from 2.0V to 5.5V. * The ADS1113/4/5 can perform conversions at rates up to 860 samples per second (SPS). An onboard PGA is available on - * the ADS1114 and ADS1115 that offers input ranges from the supply to as low as ±256mV, allowing both large and small + * the ADS1114 and ADS1115 that offers input ranges from the supply to as low as ±256mV, allowing both large and small * signals to be measured with high resolution. The ADS1115 also features an input multiplexer (MUX) that provides two * differential or four single-ended inputs. * The ADS1113/4/5 operate either in continuous conversion mode or a single-shot mode that automatically powers down after - * a conversion and greatly reduces current consumption during idle periods. The ADS1113/4/5 are specified from –40°C to +125°C. + * a conversion and greatly reduces current consumption during idle periods. The ADS1113/4/5 are specified from –40°C to +125°C. * * Tested with DIYMall ADS1115 board. Also available from Adafruit: https://www.adafruit.com/products/1085 *