-
Notifications
You must be signed in to change notification settings - Fork 3
RPi Library Installation
It is assumed that you have already set up a Raspberry Pi with Raspberry Pi OS or similar and that the hardware setup is already done. If this is not the case, please refer to the getting started page.
- Raspberry Pi OS or similar
- git
- wiringpi
- build-essential
- This library
The library itself does not have to be installed. It is sufficient to clone it from GitHub to compile the example code. However, beforehand the required packets have to be installed:
sudo apt-get install git wiringpi build-essential
git clone https://github.com/Infineon/hall-switch.git
Ready To Go! Continue here to find out how the example code can be compiled and tested.
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