Optimized high speed nRF24L01+ driver class documentation
v1.4.8
TMRh20 2020 - Optimized fork of the nRF24L01+ driver
Main Page
Related Pages
Modules
Classes
Files
Examples
File List
File Members
Loading...
Searching...
No Matches
utility
Template
compatibility.h
Go to the documentation of this file.
1
13
#ifndef RF24_UTILITY_TEMPLATE_COMPATIBLITY_H_
14
#define RF24_UTILITY_TEMPLATE_COMPATIBLITY_H_
15
16
#ifdef __cplusplus
17
extern
"C"
{
18
#endif
19
20
#include <stddef.h>
21
#include <time.h>
22
#include <sys/time.h>
23
24
void
__msleep
(
int
milisec);
25
26
void
__usleep
(
int
milisec);
27
28
void
__start_timer
();
29
30
long
__millis
();
31
32
#ifdef __cplusplus
33
}
34
#endif
35
38
#endif
// RF24_UTILITY_TEMPLATE_COMPATIBLITY_H_
__msleep
void __msleep(int milisec)
__start_timer
void __start_timer()
__millis
long __millis()
__usleep
void __usleep(int milisec)
Generated on Wed Sep 27 2023 06:03:10 for Optimized high speed nRF24L01+ driver class documentation by
1.9.6