Hall Switch  2.1.0
C++ library of Infineon single Hall-effect switch family for magnetic sensing applications
hall_switch.cpp File Reference

Hall Switch WICED Application Example. More...

Functions

void application_start ()
 
void loop ()
 
void IntCBack (HallSwitch::Result_t result)
 
HallSwitchWiced hs (TLE4964_3M_S2Go_CYW943907AEVAL1F, IntCBack)
 
void setup ()
 

Variables

HallSwitch::Status_t stat = HallSwitch::Status_t::UNINITED
 
HallSwitch::Result_t field = HallSwitch::Result_t::B_FIELD_UNDEF
 
HallSwitch::Status_t curStat = stat
 
HallSwitch::Result_t curField = field
 
HallSwitch::Error_t err = HallSwitch::OK
 
HallSwitchWiced hs (TLE4964_3M_S2Go_CYW943907AEVAL1F)
 

Detailed Description

Hall Switch WICED Application Example.

Date
May 2020

Function Documentation

void application_start ( )

Here is the call graph for this function:

void loop ( )

Polling output in super loop

Here is the call graph for this function:

void IntCBack ( HallSwitch::Result_t  result)

Output interrupt callback

Here is the call graph for this function:

void setup ( )

Here is the call graph for this function:

Variable Documentation