Project

General

Profile

Revision 1391

Added by James Kong over 14 years ago

Revised analog.

View differences:

analog.h
97 97
/** @brief Analog loop status.  No ADC conversion running.**/
98 98
#define ADC_LOOP_STOPPED 0
99 99

  
100
/** @brief Analog init parameter. Start the analog loop. **/
101
#define ADC_START 1
102
/** @brief Analog init parameter. Don't start the analog loop. **/
103
#define ADC_STOP  0
104

  
100 105
#define ADMUX_OPT 0x60
101 106

  
102 107
/** @brief Struct to hold the value of a particular analog port **/

Also available in: Unified diff