-
Notifications
You must be signed in to change notification settings - Fork 9
Py Library Installation
This library can be installed easily using pip
. If you do not have pip
installed please do so by typing
sudo apt-get install python3-pip
in the command line of your Raspberry Pi.
As we are in Raspbian, the index will try to find the library in piwheels.org. So, before installing it is required to comment extra-index-url line of the pip.conf file. The file can found under the /etc folder
sudo nano /etc/pip.conf
Afterwards you can install the Infineon multi half bridge library by typing
sudo pip3 install multi-half-bridge
The corresponding PyPI package can be found in this link.
Library Architecture
TLE94112 API
TLE94112Motor API
PAL Interface
Source Tree Structure
Preprocessor Configuration
Porting Guide
Doxygen Docs
Arduino
- Getting Started
- Lib Installation
- Arduino API
- PlatformIO
Cypress ModusToolbox
- Getting Started
- Lib Installation
- ModusToolbox API
- Examples
Cypress WICED
- Getting Started
- Lib Installation
- WICED API
- Troubleshooting Guide
Raspberry Pi (C++)
- Getting Started
- Lib Installation
- Raspberry Pi API
- Examples
Raspberry Pi (Python)
- Getting Started
- Lib Installation
- RPi Python API
- Examples