| 123456789101112131415161718 |
- //********************************************************************************
- //
- // LC89821x Initialize header
- //
- // Program Name : AfInit.h
- // Design : Rex.Tang
- // History : First edition 2013.07.20 Rex.Tang
- //
- // Description : Interface Functions and Definations
- //********************************************************************************
- #ifndef __AFINIT__
- #define __AFINIT__
- extern void AfInit( unsigned char hall_bias, unsigned char hall_off );
- extern void ServoOn(void);
- #endif /* __AFINIT__ */
|