Skip to content

Releases: brain-duino/AD7173-Arduino

v0.5.4

20 Nov 13:45
e669fc0
Compare
Choose a tag to compare

Release notes

  • fix supported architectures
  • only AVR is tested and works

v0.5.3

27 Jul 12:36
4cb372e
Compare
Choose a tag to compare
  • fix get data function

v0.5.2

25 Jul 16:15
4180293
Compare
Choose a tag to compare
  • add missing parameters and comments in examples
  • add missing keywords

v0.5.1

25 Jul 15:45
6b066f6
Compare
Choose a tag to compare
  • fix append status reg default value

v0.5.0

25 Jul 15:38
dc8cb90
Compare
Choose a tag to compare
  • added status register appending to data (thanks to @LeoAndGit)
  • added input buffering (thanks to @LeoAndGit)
  • added input reference selection (thanks to @LeoAndGit)

v0.4

24 Sep 08:36
Compare
Choose a tag to compare

Add appending STATUS register to data conversion result

v0.3.3

24 Jan 15:52
84683d1
Compare
Choose a tag to compare
  • rename register_t to adc7173_register_t for teensy compatibility
    • also improves other board and library compatibility

v0.3.2

24 Jan 15:42
921cf57
Compare
Choose a tag to compare
  • 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

19 Aug 16:20
Compare
Choose a tag to compare
  • 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

06 Jun 17:41
Compare
Choose a tag to compare

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)