cntrlr 0.1.0

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

//! Hardware interfaces to specific microcontrollers

pub mod kinetis;
pub mod sifive;