Skip to main content

print

Macro print 

Source
macro_rules! print {
    ($($arg:tt)*) => { ... };
}
Expand description

双重打印宏:同时输出到控制台和串口