Component: ADC ADS1256 (Analog Input)
From Flowcode Help
Jump to navigationJump to searchAuthor | Matrix TSL |
Version | 1.0 |
Category | Analog Input |
Contents
ADC ADS1256 component
24-bit very low noise single ended or differential ADC compatible with ADS1255 or ADS1256. ADS1255 has two single ended or one differential input. ADC1256 has eight single ended or four differential inputs.
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
Initialise
![]() |
Initialise |
Sets up the SPI bus ready for communications with the sensor IC. | |
![]() |
Return |
ReadData
![]() |
ReadData |
Reads the result of an ADC conversion as a binary value in the range of 0 to 16,777,215 | |
![]() |
Return |
ReadDataAsVoltage
![]() |
ReadDataAsVoltage |
Reads the result of an ADC conversion as a floating point voltage | |
![]() |
Return |
ReadIO
![]() |
ReadIO |
Reads from the general purpose IO pins | |
![]() |
Mask |
Range: 0 (0b0000) to 15 (0b1111) | |
![]() |
Return |
SetupADC
WriteIO
![]() |
WriteIO |
Writes to the general purpose IO pins | |
![]() |
Mask |
Range: 0 (0b0000) to 15 (0b1111) | |
![]() |
Value |
Range: 0 (0b0000) to 15 (0b1111) | |
![]() |
Return |
Property reference
Component Source Code
Please click here to download the component source project: FC_Comp_Source_ExternalADC_ADS1256.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_ExternalADC_ADS1256.fcfx