|
HF-TMC9660 Driver 0.1.0-dev
Hardware Agnostic C++ Driver for the TMC9660
|
SPI Pin Configuration for ESP32-C6. More...
#include <esp32_tmc9660_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 Pin Configuration for ESP32-C6.
These pins are used for SPI communication with the TMC9660. 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.