Hall Switch 2.1.0
C++ library of Infineon single Hall-effect switch family for magnetic sensing applications
 
Loading...
Searching...
No Matches
hall-platf-wiced.hpp
Go to the documentation of this file.
1
10#ifndef HALL_PLATF_WICED_HPP_
11#define HALL_PLATF_WICED_HPP_
12
13#include "../../../config/hall-conf.hpp"
14
15#if (HALL_SWITCH_FRAMEWORK == HALL_SWITCH_FRMWK_WICED)
16
17#include "hall-pal-wiced.hpp"
18
27typedef struct
28{
29 wiced_gpio_t output;
30 wiced_gpio_t power;
32
37#endif
38#endif
PlatformWICED_t TLE4964_3M_S2Go_CYW943907AEVAL1F
Definition hall-platf-wiced.cpp:17
Hall Switch WICED PAL
WICED Hardware Platform.
Definition hall-platf-wiced.hpp:28
wiced_gpio_t output
Definition hall-platf-wiced.hpp:29
wiced_gpio_t power
Definition hall-platf-wiced.hpp:30