|
hal
Hardware Abstraction Layer
|
Toggles the onboard LED. More...
#include "hal_types.h"

Go to the source code of this file.
Functions | |
| hal_status_t | hal_gpio_init () |
| Initialize the module. Must be called only once prior to using toggle. More... | |
| hal_status_t | hal_gpio_toggle_led () |
| Toggle the onboard LED. More... | |
Toggles the onboard LED.
Copyright (c) 2025 Cory McKiel. Licensed under the MIT License. See LICENSE file in the project root.
| hal_status_t hal_gpio_init | ( | ) |
Initialize the module. Must be called only once prior to using toggle.
| hal_status_t hal_gpio_toggle_led | ( | ) |
Toggle the onboard LED.