|
TLE92466ED Driver 0.1.0-preview
Modern C++23 driver for Infineon TLE92466ED Six-Channel Low-Side Solenoid Driver
|
Basic usage example for TLE92466ED driver. More...
#include "TLE92466ED.hpp"#include "example_hal.hpp"#include <iostream>#include <thread>#include <chrono>Functions | |
| int | main () |
| Basic usage example - Current Control Mode. | |
Basic usage example for TLE92466ED driver.
Demonstrates basic initialization and current control of the TLE92466ED IC. This example shows how to use the Integrated Current Control (ICC) mode to drive solenoid loads with precise current regulation.
| int main | ( | ) |
Basic usage example - Current Control Mode.