#include "core/cortex-m4/gpio.h"
#include "core/cortex-m4/pwm.h"
#include "core/cortex-m4/timer.h"
#include "utils/gpio_types.h"
#include "navhal.h"
Macros | |
#define | CORTEX_M4 |
Functions | |
int | main () |
Main entry point. |
#define CORTEX_M4 |
int main | ( | void | ) |
Main entry point.
Main application entry point.
Initializes GPIOA pin 5 as output and toggles it in an infinite loop. Typically connected to an LED (e.g., onboard LED on Nucleo boards).