Crate teensy3 [−] [src]
Convenience library for Rust development on a Teensy 3.x.
Contains safe and unsafe utilities, bootstrapped by the C++ Teensyduino libraries provided by the manufacturer
Reexports
pub extern crate teensy3_sys as bindings; |
Modules
serial |
"Safe" wrappers |
spi |
Safe bindings for the primary SPI port of the Teensy 3.1/3.2 |
util |
Basic Arduino utilities for the Teensy 3.1/3.2 |
Macros
print!() using the onboard USB serial port |
|
println |
println!() using the onboard USB serial port |
Functions
rust_begin_panic |
Processor panic |
rust_eh_personality |
? |