CTRE Phoenix C++ 5.35.0
Loading...
Searching...
No Matches
ctre::phoenix::platform Namespace Reference

platform namespace More...

Namespaces

namespace  can
 platform-can namespace
 

Functions

static void SleepUs (int timeUs)
 

Detailed Description

platform namespace

Function Documentation

◆ SleepUs()

static void ctre::phoenix::platform::SleepUs ( int timeUs)
inlinestatic
Parameters
timeUsHow long to yield current thread in microseconds (us). If platform cannot honor us resolution, round to nearest value that platform can honor.