-
Notifications
You must be signed in to change notification settings - Fork 3
RPi API
jaenrig-ifx edited this page Nov 5, 2020
·
3 revisions
#include "hall-switch-rpi.hpp"
HallSwitchRpi hs( TLE4964_3M_S2Go_Rpi_Adapter_Slot_1 );
When using the Shield2Go adapter for Raspberry Pi, the argument of the constructor is
TLE4964_3M_S2Go_Rpi_Adapter_Slot_<adapter slot number>
hs.init();
hs.updateBField();
hs.getBField();
Find the complete documentation for each of the Raspberry Pi functions and rest of the library code structures in the Raspberry Pi Doxygen docs section.
2. Library Details
Library Architecture
Hall Switch API
Hall Speed API
PAL Interface
Source Tree Structure
Preprocessor Configuration
Porting Guide
Doxygen Docs
4. Software Frameworks
Arduino
- Getting Started
- Lib Installation
- Ino Examples
- Arduino API
- PlatformIO
Cypress WICED
- Getting Started
- Lib Installation
- WICED API
- Troubleshooting Guide
Raspberry Pi
- Getting Started
- Lib Installation
- Examples
- API usage