Adc

  • May 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Adc as PDF for free.

More details

  • Words: 49
  • Pages: 1
void adc_init(void) { ADCSRA=0x00; ADMUX=0x60; ADCSRA=0x87; and the 128 ACSRA=0x80; }

// Function to initialise the ADC feature // Clear previous ADC results and status // 0x40 for 10 bits // We have set the ADSC bit to start a conversion, // ADEN is set, to enable the ADC

Related Documents

Adc
July 2020 17
Adc
May 2020 18
Adc
August 2019 36
Adc Registers
May 2020 10
Dung Adc
May 2020 9
Nim Adc
November 2019 41