|
hal
Hardware Abstraction Layer
|
Provides millisecond delays. More...
#include "hal_types.h"

Go to the source code of this file.
Functions | |
| void | hal_delay_ms (uint32_t delay_ms) |
| Delay for a given number of milliseconds. More... | |
Provides millisecond delays.
Copyright (c) 2025 Cory McKiel. Licensed under the MIT License. See LICENSE file in the project root.
| void hal_delay_ms | ( | uint32_t | delay_ms | ) |
Delay for a given number of milliseconds.
| delay_ms | The number of milliseconds to delay. |