pros::rtos::Clock struct

Public types

using rep = std::uint32_t
using period = std::milli
using duration = std::chrono::duration<rep, period>
using time_point = std::chrono::time_point<Clock>

Public static functions

static time_point now()
Gets the current time.

Public variables

const bool is_steady