会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Alkiatu
博客园
首页
新随笔
联系
订阅
管理
2023年4月10日
Alkaitu:STM32的IO模拟SPI
摘要: #include "user_spi.h" #include "stm32f10x.h" #include "user_config.h" /*移植需改动六处*/ /***************************************************************/ /*
阅读全文
posted @ 2023-04-10 12:13 在下彦祖
阅读(156)
评论(0)
推荐(0)
2023年4月8日
Alkaitu:STM32的IO模拟I2C
摘要: #include "user_i2c.h" #include "stm32f10x.h" #include "user_config.h" /*移植需改动三处*/ /***************************************************************/ /*
阅读全文
posted @ 2023-04-08 19:58 在下彦祖
阅读(312)
评论(0)
推荐(0)
2023年3月31日
Alkaitu:STM32串口定时器延时接收不定数组和串口发送
摘要: #include "user_uart.h" #include "stm32f10x.h" #include <stdio.h> /************************************************************************************
阅读全文
posted @ 2023-03-31 00:05 在下彦祖
阅读(89)
评论(0)
推荐(0)
2023年3月26日
Alkaitu:stm32定时器轮询按键
摘要: #include "user_key.h" #include "stm32f10x.h" /***************************************************************************************************/ /*移
阅读全文
posted @ 2023-03-26 14:54 在下彦祖
阅读(94)
评论(0)
推荐(0)
公告