//--------------------------------------------------------------------------- // File: C:\pic\GPSDO\ADC_PIC.h // Author: Wolfgang Buescher, DL4YHF // Date: 2016-02-12 // Purpose: ADC init functions for PIC microcontollers . //--------------------------------------------------------------------------- #ifndef _SWITCHES_H_ # include "switches.h" // <- should have been included BEFORE UART_PIC.h ! #endif #ifndef uint8_t # include #endif // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // Global variables // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // Macros // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // Function prototypes void ADC_Init(void); // EOF ( ADC_PIC.h )