Hall Switch 2.1.0
C++ library of Infineon single Hall-effect switch family for magnetic sensing applications
 
Loading...
Searching...
No Matches
hall-conf.hpp
Go to the documentation of this file.
1
10#ifndef HALL_CONF_HPP_
11#define HALL_CONF_HPP_
12
13#include "hall-conf-opts.hpp"
14
15#ifndef HALL_SPEED_ENABLED
16#define HALL_SPEED_ENABLED 1
17#endif
18
19#ifndef HALL_SWITCH_FRAMEWORK
20#define HALL_SWITCH_FRAMEWORK HALL_SWITCH_FRMWK_ARDUINO
21#endif
22
23#include "hall-conf-dfl.hpp"
24
25#endif
Hall Switch Default Library Configuration.
Hall Switch Library Configuration Options.