RUI3 (RAK Unified Interface 3) - RAK4631
wiring_time.h
Go to the documentation of this file.
1
#ifndef __WIRING_TIME_H__
2
#define __WIRING_TIME_H__
3
4
#include "
udrv_delay.h
"
5
30
#define delay udrv_app_delay_ms
31
55
#define delayMicroseconds udrv_app_delay_us
56
79
unsigned
long
millis
();
80
103
unsigned
long
micros
();
104
105
unsigned
long
systick_micros
();
106
107
108
#endif // __WIRING_TIME_H__
micros
unsigned long micros()
millis
unsigned long millis()
udrv_delay.h
systick_micros
unsigned long systick_micros()
component
rui_v3_api
wiring_time.h
Generated by
1.8.13