This commit is contained in:
2025-09-11 15:47:17 -05:00
parent 74e56ea11e
commit 9264b6ee2d
12 changed files with 2655 additions and 2297 deletions

View File

@@ -16,7 +16,6 @@ void userloop(int DELAY_MS)
{
HAL_GPIO_WritePin(GPIOA, GPIO_PIN_1, GPIO_PIN_RESET);
}
//
HAL_DELAY(DELAY_MS); // milliseconds
}