Crate longan_nano[][src]

Board support crate for the Longan Nano board

Re-exports

pub use gd32vf103xx_hal as hal;

Modules

lcdlcd

On-board LCD

led

On-board RGB leds

stdout

Stdout based on the UART hooked up to the debug connector

Macros

lcd_pins

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.