TLx493D 3D Hall Sensor Generic Library  0.2
Generic library for the TLx493D 3D Hall sensor family
ERU.h
Go to the documentation of this file.
1 /*
2  * ERU.h
3  *
4  * Created on: Nov 2, 2017
5  * Author: chirciu
6  */
7 
11 #ifndef SRC_GENERAL_ERU_H_
12 #define SRC_GENERAL_ERU_H_
13 
16 void ERU_init();
17 
18 
19 #endif /* SRC_GENERAL_ERU_H_ */
void ERU_init()
Initiate the ERU module to use the I2C pins as input for the sensor INT signal and call an interrupt ...
Definition: ERU.c:18