final project  1
adc.c File Reference

intializes timers and registers for ADC More...

#include "main.h"

Go to the source code of this file.

Functions

void ADC_init ()
 initializes the registers and timers needed for the ADC More...
 

Detailed Description

intializes timers and registers for ADC

Author
Steven, Kynara, Saba, Bailey, Brett, Austin
Date
4/24/18

Definition in file adc.c.

Function Documentation

◆ ADC_init()

void ADC_init ( )

initializes the registers and timers needed for the ADC

this init is called to activate the analog to digital converter to interpret the IR sensor data

Definition at line 19 of file adc.c.