AfInit.h 535 B

123456789101112131415161718
  1. //********************************************************************************
  2. //
  3. // LC89821x Initialize header
  4. //
  5. // Program Name : AfInit.h
  6. // Design : Rex.Tang
  7. // History : First edition 2013.07.20 Rex.Tang
  8. //
  9. // Description : Interface Functions and Definations
  10. //********************************************************************************
  11. #ifndef __AFINIT__
  12. #define __AFINIT__
  13. extern void AfInit( unsigned char hall_bias, unsigned char hall_off );
  14. extern void ServoOn(void);
  15. #endif /* __AFINIT__ */