15 lines
220 B
C
15 lines
220 B
C
|
/**
|
||
|
* @file HIP9011.h
|
||
|
* @brief HIP9011/TPIC8101 driver
|
||
|
*
|
||
|
* @date Nov 27, 2013
|
||
|
* @author Andrey Belomutskiy, (c) 2012-2014
|
||
|
*/
|
||
|
|
||
|
#ifndef HIP9011_H_
|
||
|
#define HIP9011_H_
|
||
|
|
||
|
void initHip9011(void);
|
||
|
|
||
|
#endif /* HIP9011_H_ */
|