AD7124Library
1.0.3
Arduino library for the AD7124 ADC
|
This is the complete list of members for Ad7124Chip, including all inherited members.
begin(int slave_select) | Ad7124Chip | |
channelConfig(uint8_t ch) | Ad7124Chip | |
currentChannel() | Ad7124Chip | |
enableChannel(uint8_t ch, bool enable=true) | Ad7124Chip | |
getData() | Ad7124Chip | |
getRegister(Ad7124::RegisterId id) | Ad7124Chip | |
internalCalibration(uint8_t ch) | Ad7124Chip | |
read(uint8_t ch) | Ad7124Chip | |
reset() | Ad7124Chip | |
setAdcControl(Ad7124::OperatingMode mode, Ad7124::PowerMode power_mode, bool ref_en=true, Ad7124::ClkSel clk_sel=Ad7124::InternalClk) | Ad7124Chip | |
setChannel(uint8_t ch, uint8_t cfg, Ad7124::InputSel ainp, Ad7124::InputSel ainm, bool enable=false) | Ad7124Chip | |
setConfig(uint8_t cfg, Ad7124::RefSel ref, Ad7124::PgaSel pga, bool bipolar, Ad7124::BurnoutCurrent burnout=Ad7124::BurnoutOff) | Ad7124Chip | |
setConfigFilter(uint8_t cfg, Ad7124::FilterType filter, Ad7124::PostFilterType postfilter, uint16_t fs, bool rej60, bool single) | Ad7124Chip | |
setConfigGain(uint8_t cfg, uint32_t value) | Ad7124Chip | |
setConfigOffset(uint8_t cfg, uint32_t value) | Ad7124Chip | |
setMode(Ad7124::OperatingMode mode) | Ad7124Chip | |
setRegister(Ad7124::RegisterId id, long value) | Ad7124Chip | |
setTimeout(uint32_t ms) | Ad7124Chip | inline |
startSingleConversion(uint8_t ch) | Ad7124Chip | |
status() | Ad7124Chip | |
timeout() const | Ad7124Chip | inline |
toVoltage(long value, int gain, double vref, bool bipolar=true) | Ad7124Chip | static |
waitEndOfConversion(uint32_t timeout_ms) | Ad7124Chip |