Skip to content

Releases: brain-duino/AD7173-Arduino

v0.5.4

Choose a tag to compare

@silbo silbo released this 20 Nov 13:45
e669fc0

Release notes

  • fix supported architectures
  • only AVR is tested and works

v0.5.3

Choose a tag to compare

@silbo silbo released this 27 Jul 12:36
4cb372e
  • fix get data function

v0.5.2

Choose a tag to compare

@silbo silbo released this 25 Jul 16:15
4180293
  • add missing parameters and comments in examples
  • add missing keywords

v0.5.1

Choose a tag to compare

@silbo silbo released this 25 Jul 15:45
6b066f6
  • fix append status reg default value

v0.5.0

Choose a tag to compare

@silbo silbo released this 25 Jul 15:38
dc8cb90
  • added status register appending to data (thanks to @LeoAndGit)
  • added input buffering (thanks to @LeoAndGit)
  • added input reference selection (thanks to @LeoAndGit)

v0.4

Choose a tag to compare

@silbo silbo released this 24 Sep 08:36

Add appending STATUS register to data conversion result

v0.3.3

Choose a tag to compare

@silbo silbo released this 24 Jan 15:52
84683d1
  • rename register_t to adc7173_register_t for teensy compatibility
    • also improves other board and library compatibility

v0.3.2

Choose a tag to compare

@silbo silbo released this 24 Jan 15:42
921cf57
  • fixed set_offset_config
    • set_offset_config uses default offset now, user can just put a number
    • bigger or smaller than 0 to change the offset

v0.3

Choose a tag to compare

@silbo silbo released this 19 Aug 16:20
  • tested changing clock mode, works ok so far
  • added changing offset function to compensate for DC offset, didn't test it yet
  • for future also necessary to test having multiple different SETUPs to work with different OFFSETs

v0.2.1

Choose a tag to compare

@silbo silbo released this 06 Jun 17:41

removed ac_rejection mode functionality, it is slow sampling rate and not interesting for brain-duino use case
updated continuous_conversion_mode, tested and working

implemented are:

setting up input channels (tested)
changing to uni / bipolar mode (tested)
changing data rates (tested)
continuous conversion mode (tested)
reading device ID (tested)
getting current conversion channel (tested)
getting conversion data (tested)
continuous read mode (tested)
single conversion mode (not yet tested)
changing clock mode (not yet tested)