Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 538 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 538 Bytes

Adc

This library implements an abstraction layer for the Analog to Digital Converter (ADC) of the Atmega328.

Main features:

  • Cycle through a list of Analog inputs
  • Perform averaging over several consecutive ADC readings

Usage examples:

Git commands:

  • git submodule add ssh://git@github.com/arduino-library/Adc src/Adc
  • git submodule add https://github.com/arduino-library/Adc src/Adc