摘要:
https://blog.csdn.net/gujintong1110/article/details/48683501 除了puts putc printf 也可以往串口打印信息。 puts 跟printf 的差别: 在串口初始化完成后,才能使用printf,否则在之前应该使用puts,理由如下。 阅读全文
摘要:
打开:debug 调试信息的开启在 include/common.h 找到 9 ifdef DEBUG 10 define _DEBUG 1 11 else 12 define _DEBUG 0 13 endif 增加宏 define Debug 阅读全文