摘要: 在嵌入式开发中,常常会通过串口打印一些信息到PC终端,这就需要实现自己的printf函数,下面介绍打印函数print的实现。 print.h [cpp] view plain copy print ? #ifndef __PRINT_H_ #define __PRINT_H_ void print( 阅读全文
posted @ 2014-11-10 15:56 SuperThinker 阅读(26) 评论(0) 推荐(0) 编辑