Firmware SDK
twr_delay.h
1 #ifndef _TWR_DELAY_H
2 #define _TWR_DELAY_H
3 
4 #include <twr_common.h>
5 
9 
12 
13 void twr_delay_us(uint16_t microseconds);
14 
16 
17 #endif // _TWR_DELAY_H
void twr_delay_us(uint16_t microseconds)
Delay us.
Definition: twr_delay.c:5