ads7828 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. Kernel driver ads7828
  2. =====================
  3. Supported chips:
  4. * Texas Instruments/Burr-Brown ADS7828
  5. Prefix: 'ads7828'
  6. Addresses scanned: I2C 0x48, 0x49, 0x4a, 0x4b
  7. Datasheet: Publicly available at the Texas Instruments website :
  8. http://focus.ti.com/lit/ds/symlink/ads7828.pdf
  9. Authors:
  10. Steve Hardy <shardy@redhat.com>
  11. Module Parameters
  12. -----------------
  13. * se_input: bool (default Y)
  14. Single ended operation - set to N for differential mode
  15. * int_vref: bool (default Y)
  16. Operate with the internal 2.5V reference - set to N for external reference
  17. * vref_mv: int (default 2500)
  18. If using an external reference, set this to the reference voltage in mV
  19. Description
  20. -----------
  21. This driver implements support for the Texas Instruments ADS7828.
  22. This device is a 12-bit 8-channel A-D converter.
  23. It can operate in single ended mode (8 +ve inputs) or in differential mode,
  24. where 4 differential pairs can be measured.
  25. The chip also has the facility to use an external voltage reference. This
  26. may be required if your hardware supplies the ADS7828 from a 5V supply, see
  27. the datasheet for more details.