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