MCPcopy Create free account

hub / github.com/adafruit/Adafruit_ADS1X15 / functions

Functions20 in github.com/adafruit/Adafruit_ADS1X15

MethodAdafruit_ADS1015
/ ! @brief Instantiates a new ADS1015 class w/appropriate properties */ /
Adafruit_ADS1X15.cpp:38
MethodAdafruit_ADS1115
/ ! @brief Instantiates a new ADS1115 class w/appropriate properties */ /
Adafruit_ADS1X15.cpp:49
Methodbegin
/ ! @brief Sets up the HW (reads coefficients values, etc.) @param i2c_addr I2C address of device @param wire I2C bus @return true
Adafruit_ADS1X15.cpp:65
MethodcomputeVolts
/ ! @brief Compute volts for the given raw counts. @param counts the ADC reading in raw counts @return the ADC reading in volts */ /
Adafruit_ADS1X15.cpp:323
MethodconversionComplete
/ ! @brief Returns true if conversion is complete, false otherwise. @return True if conversion is complete, false otherwise. */ /
Adafruit_ADS1X15.cpp:383
MethodgetDataRate
/ ! @brief Gets the current data rate @return the data rate */ /
Adafruit_ADS1X15.cpp:107
MethodgetFsRange
/ ! @brief Return the current fs range for the configured gain @return the fsRange for the configured gain, or zero. Zero should
Adafruit_ADS1X15.cpp:288
MethodgetGain
/ ! @brief Gets a gain and input voltage range @return the gain setting */ /
Adafruit_ADS1X15.cpp:89
MethodgetLastConversionResults
/ ! @brief In order to clear the comparator, we need to read the conversion results. This function reads the last conversion
Adafruit_ADS1X15.cpp:264
MethodreadADC_Differential_0_1
/ ! @brief Reads the conversion results, measuring the voltage difference between the P (AIN0) and N (AIN1) input. Generates
Adafruit_ADS1X15.cpp:143
MethodreadADC_Differential_0_3
/ ! @brief Reads the conversion results, measuring the voltage difference between the P (AIN0) and N (AIN3) input. Generates
Adafruit_ADS1X15.cpp:163
MethodreadADC_Differential_1_3
/ ! @brief Reads the conversion results, measuring the voltage difference between the P (AIN1) and N (AIN3) input. Generates
Adafruit_ADS1X15.cpp:183
MethodreadADC_Differential_2_3
/ ! @brief Reads the conversion results, measuring the voltage difference between the P (AIN2) and N (AIN3) input. Generates
Adafruit_ADS1X15.cpp:204
MethodreadADC_SingleEnded
/ ! @brief Gets a single-ended ADC reading from the specified channel @param channel ADC channel to read @return the ADC reading */ /
Adafruit_ADS1X15.cpp:118
MethodreadRegister
/ ! @brief Read 16-bits from the specified destination register @param reg register address to read from @return 16 bit register value
Adafruit_ADS1X15.cpp:411
MethodsetDataRate
/ ! @brief Sets the data rate @param rate the data rate to use */ /
Adafruit_ADS1X15.cpp:98
MethodsetGain
/ ! @brief Sets the gain and input voltage range @param gain gain setting to use */ /
Adafruit_ADS1X15.cpp:80
MethodstartADCReading
/ ! @brief Non-blocking start conversion function Call getLastConversionResults() once conversionComplete() returns true. In continuous
Adafruit_ADS1X15.cpp:341
MethodstartComparator_SingleEnded
/ ! @brief Sets up the comparator to operate in basic mode, causing the ALERT/RDY pin to assert (go from high to low) when the ADC
Adafruit_ADS1X15.cpp:227
MethodwriteRegister
/ ! @brief Writes 16-bits to the specified destination register @param reg register address to write to @param value value to write to r
Adafruit_ADS1X15.cpp:395