// SPDX-License-Identifier: AGPL-3.0-or-later
// Copyright 2020 Branan Riley <me@branan.info>
//! Time functionality for Cntrlr boards
use board_fn;
use Future;
/// Retrieve the number of milliseconds the device has been running.
///
/// This is a wrapping counter. Its size is dependent on the board
/// used.
/// Sleep this task for some number of milliseconds
///
/// This task will be slept, and awoken once the nymber of
/// milliseconds has passed.