cntrlr 0.1.0

Simple, async embedded framework
1
2
3
4
5
6
// SPDX-License-Identifier: AGPL-3.0-or-later
// Copyright 2020 Branan Riley <me@branan.info>

//! Time functionality specific to the Teensy 3.0 board

pub use crate::hw::board::teensy_common::time::*;