Hall Switch  2.1.0
C++ library of Infineon single Hall-effect switch family for magnetic sensing applications
hall-conf-dfl.hpp
Go to the documentation of this file.
1 
11 #ifndef HALL_CONF_DFL_HPP_
12 #define HALL_CONF_DFL_HPP_
13 
14 #ifndef HALL_SPEED_ENABLED
15 #define HALL_SPEED_ENABLED 1
16 #endif
17 
18 #ifndef HALL_SWITCH_FRAMEWORK
19 #error "Hall switch error framework undefined"
20 #endif
21 
22 #endif