Ignore:
Timestamp:
01/14/11 07:46:11 (12 years ago)
Author:
neise
Message:
- still testing - 
AD7719 and ATmega ADC work 
muxers as well
output via USB
File:
1 edited

Legend:

Unmodified
Added
Removed
  • firmware/FSC/src/ad7719_adc.h

    r10094 r10102  
    1010#define ADC_RDY PD6
    1111#define ADC_RST PD7
    12 #define ADC_IS_READY() !(PIND & PD6) // TRUE if PD6=0 AD_RDY is inverted logic.
     12#define ADC_IS_READY() !(PIND & (1<<PD6)) // TRUE if PD6=0 AD_RDY is inverted logic.
    1313
    1414// Port Definitions
Note: See TracChangeset for help on using the changeset viewer.