偷得浮生半桶水(半日闲), 好记性不如抄下来(烂笔头). 信息爆炸的时代, 学习是一项持续的工作.
全部博文(1380)
发布时间:2017-09-28 13:49:15
http://tedeum.iteye.com/blog/2017365stm32使用库函数编写USART还是很方便的,现在转几个例子:C代码 // STM32 USART1 (Tx PA.9, Rx PA.10) STM32F3-Discovery - sourcer32@gmail.com .........【阅读全文】
发布时间:2017-09-20 15:29:50
点击(此处)折叠或打开# Debug.hint _MLPrintLog(int priority, const char *tag, const char *fmt, ...)#define MPL_LOG_PRI(priority, tag, fmt, ...) _MLPrintLog(MPL_##priority, tag, fmt, ##__VA_ARGS__).........【阅读全文】
发布时间:2017-09-14 18:48:42
https://zhidao.baidu.com/question/308081047.html......【阅读全文】