public.h 205 B

12345678910111213
  1. #ifndef __PUBLIC_H
  2. #define __PUBLIC_H
  3. #include <ioCC2530.h>
  4. #include "OnBoard.h"
  5. void system_delay_us(unsigned int n);
  6. void InitTimer4(void);
  7. void Init_P1Prot_Exti(void);
  8. void InitTimer3(void);
  9. #endif