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__
unsigned long micros()
unsigned long millis()
unsigned long systick_micros()