Releases: brain-duino/AD7173-Arduino
Releases · brain-duino/AD7173-Arduino
v0.2
this is the same functionality as v0.1
the idea was of v0.2 was to have one function per register
this makes the code more simple and doesn't require reading registers before writing into them
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)
- single conversion mode, continuous read mode (not yet tested)
- changing clock mode (not yet tested)
- setting AC rejection filters on / off (not yet tested)
v0.1
Initial release
basic functionality of AD7173
functions are designed to be changing only desired values in registers
reads register and modifies accordingly
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)
- changing clock mode (not yet tested)
- single conversion mode, continuous read mode (not yet tested)
- setting AC rejection filters on / off (not yet tested)
- getting conversion data (tested)