18 lines
234 B
C
18 lines
234 B
C
|
/*
|
||
|
* tle6240.h
|
||
|
*
|
||
|
* TLE6240GP Smart 16-Channel Low-Side Switch
|
||
|
*
|
||
|
* @date Dec 29, 2018
|
||
|
* @author Andrey Belomutskiy, (c) 2012-2018
|
||
|
*/
|
||
|
|
||
|
#ifndef HW_LAYER_TLE6240_H_
|
||
|
#define HW_LAYER_TLE6240_H_
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#endif /* HW_LAYER_TLE6240_H_ */
|