Changeset 7 for trunk/firmware/CubeMX/Src/gpio.c
- Timestamp:
- May 24, 2023, 1:47:09 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/firmware/CubeMX/Src/gpio.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/firmware/CubeMX/Src/gpio.c
r1 r7 74 74 /*Configure GPIO pin : PtPin */ 75 75 GPIO_InitStruct.Pin = TP4_Pin; 76 GPIO_InitStruct.Mode = GPIO_MODE_ INPUT;76 GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP; 77 77 GPIO_InitStruct.Pull = GPIO_NOPULL; 78 GPIO_InitStruct.Speed = GPIO_SPEED_FREQ_LOW; 78 79 HAL_GPIO_Init(TP4_GPIO_Port, &GPIO_InitStruct); 79 80
Note:
See TracChangeset
for help on using the changeset viewer.
