|
TLE92466ED Driver 0.1.0-dev
Modern C++20 driver for Infineon TLE92466ED Six-Channel Low-Side Solenoid Driver
|
SPI Configuration for ESP32-C6. More...
#include <esp32_tle92466ed_test_config.hpp>
Static Public Attributes | |
| static constexpr uint8_t | MISO = 2 |
| GPIO2 - SPI MISO (Master In Slave Out) | |
| static constexpr uint8_t | MOSI = 7 |
| GPIO7 - SPI MOSI (Master Out Slave In) | |
| static constexpr uint8_t | SCLK = 6 |
| GPIO6 - SPI Clock. | |
| static constexpr uint8_t | CS = 18 |
| GPIO18 - 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 |
GPIO18 - Chip Select (active low)
|
staticconstexpr |
GPIO2 - SPI MISO (Master In Slave Out)
|
staticconstexpr |
GPIO7 - SPI MOSI (Master Out Slave In)
|
staticconstexpr |
GPIO6 - SPI Clock.