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 <stdint.h>
21
22void __msleep(int milisec);
23
24void __usleep(int milisec);
25
27
28uint32_t __millis();
29
30#ifdef __cplusplus
31}
32#endif
33
36#endif // RF24_UTILITY_TEMPLATE_COMPATIBLITY_H_
void __msleep(int milisec)
void __start_timer()
uint32_t __millis()
void __usleep(int milisec)