NavHAL 0.1.0
NAVRobotec's architecture-agnostic HAL for embedded systems.
Loading...
Searching...
No Matches
main.c File Reference
#include <stdint.h>
#include "navhal.h"
Include dependency graph for main.c:

Macros

#define CORTEX_M4

Functions

void delay (volatile uint32_t count)
int main (void)
 Main entry point.

Macro Definition Documentation

◆ CORTEX_M4

#define CORTEX_M4

Function Documentation

◆ delay()

void delay ( volatile uint32_t count)

◆ main()

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).