Ignore:
Timestamp:
May 24, 2023, 1:47:09 PM (2 years ago)
Author:
f.jahn
Message:

12V variant is working good.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/firmware/CubeMX/Src/gpio.c

    r1 r7  
    7474  /*Configure GPIO pin : PtPin */
    7575  GPIO_InitStruct.Pin = TP4_Pin;
    76   GPIO_InitStruct.Mode = GPIO_MODE_INPUT;
     76  GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP;
    7777  GPIO_InitStruct.Pull = GPIO_NOPULL;
     78  GPIO_InitStruct.Speed = GPIO_SPEED_FREQ_LOW;
    7879  HAL_GPIO_Init(TP4_GPIO_Port, &GPIO_InitStruct);
    7980
Note: See TracChangeset for help on using the changeset viewer.