Hall Switch 2.1.0
C++ library of Infineon single Hall-effect switch family for magnetic sensing applications
 
Loading...
Searching...
No Matches
hall-platf-ino.hpp
Go to the documentation of this file.
1
10#ifndef HALL_PLATF_INO_HPP_
11#define HALL_PLATF_INO_HPP_
12
13#include "../pal/hall-pal-ino.hpp"
14
15#if (HALL_SWITCH_FRAMEWORK == HALL_SWITCH_FRMWK_ARDUINO)
16
25typedef struct
26{
27 uint8_t output;
28 uint8_t power;
30
37#endif
38#endif
PlatformIno_t TLE4922_2GoKit
Definition hall-platf-ino.cpp:20
PlatformIno_t TLE4964_3M_S2Go_XMC2Go
Definition hall-platf-ino.cpp:18
PlatformIno_t TLE4964_3M_S2Go_ArduinoUno
Definition hall-platf-ino.cpp:19
Arduino Hardware Platform Pins.
Definition hall-platf-ino.hpp:26
uint8_t power
Definition hall-platf-ino.hpp:28
uint8_t output
Definition hall-platf-ino.hpp:27