Docs.rs
longan-nano-0.3.0
longan-nano 0.3.0
Permalink
Docs.rs crate page
ISC
Links
Repository
crates.io
Source
Owners
Disasm
github:riscv-rust:rust-embedded
Dependencies
embedded-hal ^0.2.6
normal
embedded-sdmmc ^0.3.0
normal
optional
gd32vf103xx-hal ^0.5.0
normal
nb ^1.0.0
normal
riscv ^0.6.0
normal
st7735-lcd ^0.8.1
normal
optional
embedded-graphics ^0.7.1
dev
panic-halt ^0.2.0
dev
riscv-rt ^0.8.0
dev
ushell ^0.3.3
dev
Versions
66.67%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate longan_nano
longan_
nano
0.3.0
All Items
Crate Items
Re-exports
Modules
Macros
Crate
longan_
nano
Copy item path
Source
Expand description
Board support crate for the Longan Nano board
Re-exports
§
pub use
gd32vf103xx_hal
as hal;
Modules
§
lcd
lcd
On-board LCD
led
On-board RGB leds
stdout
Stdout based on the UART hooked up to the debug connector
Macros
§
lcd_
pins
lcd
Sets up all the needed GPIO pins for the LCD
sprint
Macro for printing to the serial standard output
sprintln
Macro for printing to the serial standard output, with a newline.