Loading [MathJax]/extensions/tex2jax.js
CTRE Phoenix C++ 5.35.1
All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros Pages
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.