Cmp.H 290 B

1234567891011
  1. #ifndef __CMP_H__
  2. #define __CMP_H__
  3. /*************************************************************************************///External Function
  4. extern void CMP0_Init(void);
  5. extern void CMP3_Init(void);
  6. extern void CMP3_Interrupt_Init(void);
  7. extern void CMP5_Init(void);
  8. #endif