Releases: sparkfun/SparkFun_ADS122C04_ADC_Arduino_Library
Releases · sparkfun/SparkFun_ADS122C04_ADC_Arduino_Library
Version 1.0.4
This release:
- Replaces
boolean
(deprecated) withbool
- Decrease the
delay
when polling data ready from 5ms to 1ms (this would have limited the sample rate to 200Hz) - Only change ADC mode if needed when reading the internal temperature or raw voltage
- Previously the mode was changed every time - resulting in increased bus traffic, limiting the sample rate
Version 1.0.3
This release:
- Fixes a compiler error on STM32 platforms (CRC macro definition)
Version 1.0.2
This release:
- Adds
getDeviceAddress
andgetWireMode
as requested in #5 - Adds
rate
as a parameter forreadRawVoltage
,readInternalTemperature
andconfigureADCmode
- This will allow the raw voltage to be read at rates higher than 20Hz (without needing full manual config). The OpenLog Artemis will be able to take advantage of this - so that raw voltage measurements can be made at high rates. See this forum post for details.
Version V1.0.1
This release corrects the definitions for PGA_BYPASS
Version V1.0.0
First release - with the correct library.properties name!