TMC pin map

pull/76/head
Alex Voinea 2021-07-25 20:53:47 +03:00 committed by DRracer
parent 2cdc3bfbc4
commit d071a6abf6
1 changed files with 9 additions and 9 deletions

View File

@ -14,14 +14,14 @@ static constexpr hal::gpio::GPIO_pin SHR16_CLOCK = { GPIOC, 7 }; ///SHCP
static constexpr hal::gpio::GPIO_pin USART_RX = { GPIOD, 2 };
static constexpr hal::gpio::GPIO_pin USART_TX = { GPIOD, 3 };
static constexpr hal::gpio::GPIO_pin IDLER_CS_PIN = { GPIOB, 0 }; // TODO
static constexpr hal::gpio::GPIO_pin IDLER_SG_PIN = { GPIOB, 0 }; // TODO
static constexpr hal::gpio::GPIO_pin IDLER_STEP_PIN = { GPIOB, 0 }; // TODO
static constexpr hal::gpio::GPIO_pin IDLER_CS_PIN = { GPIOC, 6 };
static constexpr hal::gpio::GPIO_pin IDLER_SG_PIN = { GPIOF, 4 };
static constexpr hal::gpio::GPIO_pin IDLER_STEP_PIN = { GPIOB, 4 };
static constexpr hal::gpio::GPIO_pin PULLEY_CS_PIN = { GPIOB, 0 }; // TODO
static constexpr hal::gpio::GPIO_pin PULLEY_SG_PIN = { GPIOB, 0 }; // TODO
static constexpr hal::gpio::GPIO_pin PULLEY_STEP_PIN = { GPIOB, 0 }; // TODO
static constexpr hal::gpio::GPIO_pin PULLEY_CS_PIN = { GPIOD, 7 };
static constexpr hal::gpio::GPIO_pin PULLEY_SG_PIN = { GPIOF, 1 };
static constexpr hal::gpio::GPIO_pin PULLEY_STEP_PIN = { GPIOD, 4 };
static constexpr hal::gpio::GPIO_pin SELECTOR_CS_PIN = { GPIOB, 0 }; // TODO
static constexpr hal::gpio::GPIO_pin SELECTOR_SG_PIN = { GPIOB, 0 }; // TODO
static constexpr hal::gpio::GPIO_pin SELECTOR_STEP_PIN = { GPIOB, 0 }; // TODO
static constexpr hal::gpio::GPIO_pin SELECTOR_CS_PIN = { GPIOB, 7 };
static constexpr hal::gpio::GPIO_pin SELECTOR_SG_PIN = { GPIOF, 0 };
static constexpr hal::gpio::GPIO_pin SELECTOR_STEP_PIN = { GPIOD, 6 };