Hall Switch  2.1.0
C++ library of Infineon single Hall-effect switch family for magnetic sensing applications
hall-conf-opts.hpp
Go to the documentation of this file.
1 
10 #ifndef HALL_CONF_OPTS_HPP_
11 #define HALL_CONF_OPTS_HPP_
12 
13 #define HALL_SWITCH_FRMWK_ARDUINO 0x00U
14 #define HALL_SWITCH_FRMWK_WICED 0x01U
15 #define HALL_SWITCH_FRMWK_RPI 0x02U
16 
17 #endif