Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
26e4e5289bfe3b1691be9c14bedfb70bdcd6dc56
/
.
/
hal
/
include
/
HAL
/
Utilities.hpp
blob: df8ff5e83e1f7b7c675a33000ed089ed22f2c697 [
file
] [
log
] [
blame
]
#pragma
once
#include
<stdint.h>
extern
"C"
{
extern
const
int32_t
HAL_NO_WAIT
;
extern
const
int32_t
HAL_WAIT_FOREVER
;
void
delayTicks
(
int32_t
ticks
);
void
delayMillis
(
double
ms
);
void
delaySeconds
(
double
s
);
}