偷得浮生半桶水(半日闲), 好记性不如抄下来(烂笔头). 信息爆炸的时代, 学习是一项持续的工作.
全部博文(1760)
2025年(9)
2024年(27)
2023年(26)
2022年(112)
2021年(217)
2020年(157)
2019年(192)
2018年(81)
2017年(78)
2016年(70)
2015年(52)
2014年(40)
2013年(51)
2012年(85)
2011年(45)
2010年(231)
2009年(287)
发布时间: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......【阅读全文】