Optimized high speed nRF24L01+ driver class documentation v1.4.8
TMRh20 2020 - Optimized fork of the nRF24L01+ driver
Loading...
Searching...
No Matches
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
17extern "C" {
18#endif
19
20#include <stddef.h>
21#include <time.h>
22#include <sys/time.h>
23
24void __msleep(int milisec);
25
26void __usleep(int milisec);
27
29
30long __millis();
31
32#ifdef __cplusplus
33}
34#endif
35
38#endif // RF24_UTILITY_TEMPLATE_COMPATIBLITY_H_
void __msleep(int milisec)
void __start_timer()
long __millis()
void __usleep(int milisec)