teensycore 0.1.0

A kernel for the teensy4.0 microcontroller
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub use crate::{
    clock::*,
    debug::*,
    i2c::*,
    math::*,
    mem::*,
    phys::{analog::*, irq::*, pins::*, usb::*, *},
    serio::*,
    system::{buffer::*, map::*, str::*, vector::*},
    usb_serial::*,
    *,
};