Skip to content

Releases: sparkfun/SparkFun_ADS122C04_ADC_Arduino_Library

Version 1.0.4

04 Oct 10:08
318c61d
Compare
Choose a tag to compare

This release:

  • Replaces boolean (deprecated) with bool
  • 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

27 Jul 11:37
f8858c5
Compare
Choose a tag to compare

This release:

  • Fixes a compiler error on STM32 platforms (CRC macro definition)

Version 1.0.2

31 Aug 08:45
7a1eb75
Compare
Choose a tag to compare

This release:

  • Adds getDeviceAddress and getWireMode as requested in #5
  • Adds rate as a parameter for readRawVoltage, readInternalTemperature and configureADCmode
    • 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

13 Oct 14:57
Compare
Choose a tag to compare

This release corrects the definitions for PGA_BYPASS

Version V1.0.0

22 Jun 18:26
Compare
Choose a tag to compare

First release - with the correct library.properties name!