NRF24L+ STM8 Compatible Library
Macros | Functions
delay.h File Reference

Header for delay. More...

#include <stdint.h>
Include dependency graph for delay.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define F_CPU   8000000UL
 Used only when the CPU speed has not been defined. More...
 

Functions

void delay_ms (uint32_t ms)
 Generates a delay in ms. More...
 

Detailed Description

Header for delay.

Author
Nicolas Gutierrez
Version
V1
Date
9-December-2023

Macro Definition Documentation

◆ F_CPU

#define F_CPU   8000000UL

Used only when the CPU speed has not been defined.

Function Documentation

◆ delay_ms()

void delay_ms ( uint32_t  ms)

Generates a delay in ms.

Parameters
mstime to delay in ms.
Here is the caller graph for this function: