|
TLE92466ED Driver 0.1.0-preview
Modern C++23 driver for Infineon TLE92466ED Six-Channel Low-Side Solenoid Driver
|
SPI Configuration for ESP32-C6. More...
#include <TLE92466ED_Config.hpp>
Static Public Attributes | |
| static constexpr int | MISO = 2 |
| GPIO2 - SPI MISO (Master In Slave Out) | |
| static constexpr int | MOSI = 7 |
| GPIO7 - SPI MOSI (Master Out Slave In) | |
| static constexpr int | SCLK = 6 |
| GPIO6 - SPI Clock. | |
| static constexpr int | CS = 10 |
| GPIO10 - Chip Select (active low) | |
SPI Configuration for ESP32-C6.
These pins are used for SPI communication with the TLE92466ED. Ensure your hardware matches these pin assignments or modify accordingly.
|
staticconstexpr |
GPIO10 - Chip Select (active low)
|
staticconstexpr |
GPIO2 - SPI MISO (Master In Slave Out)
|
staticconstexpr |
GPIO7 - SPI MOSI (Master Out Slave In)
|
staticconstexpr |
GPIO6 - SPI Clock.