Function avr_oxide::util::debug::print_u16

source ·
pub fn print_u16(val: u16)
Expand description

Print a u16 to the serial port configured with a panic_stdout feature, as a decimal.

If no such feature is enabled, this call does nothing.