TLx493D 3D Hall Sensor Generic Library  0.2
Generic library for the TLx493D 3D Hall sensor family
conf.h
Go to the documentation of this file.
1 /*
2  * conf.h
3  *
4  * Created on: Sep 21, 2018
5  * Author: nicolaem
6  */
7 
16 #ifndef SRC_GUI_CONF_H_
17 #define SRC_GUI_CONF_H_
18 
19 
21 #define CONF_TLV493D_A1B6_OVSAMPLE_EXP_MCM 4
22 
24 #define CONF_TLV493D_A1B6_OVSAMPLE_EXP_FAST 5
25 
27 #define CONF_TLV493D_A1B6_OVSAMPLE_EXP_LOW_POWER 1
28 
30 #define CONF_TLE493D_AW2B6_OVSAMPLE_EXP_MCM 5
31 
33 #define CONF_TLE493D_AW2B6_OVSAMPLE_EXP_FAST 6
34 
36 #define CONF_TLE493D_AW2B6_OVSAMPLE_EXP_LOW_POWER 4
37 
38 
40 #define FW_VERS ((char *)"4.0")
41 
42 #endif /* SRC_GUI_CONF_H_ */