摘要: #include "stm32f10x.h" // Device header #include "Delay.h" int main(void) { RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOB, ENABLE); GPIO_InitTypeDef GPI 阅读全文
posted @ 2023-11-06 16:26 shiningrise 阅读(17) 评论(0) 推荐(0) 编辑
摘要: #include "stm32f10x.h" // Device header #include "Delay.h" int main(void) { RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA, ENABLE); GPIO_InitTypeDef GPI 阅读全文
posted @ 2023-11-06 16:12 shiningrise 阅读(25) 评论(0) 推荐(0) 编辑
摘要: #include "stm32f10x.h" // Device header #include "Delay.h" int main(void) { RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA, ENABLE); GPIO_InitTypeDef GPI 阅读全文
posted @ 2023-11-06 16:00 shiningrise 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 【最新MDK注册方法】 对于学生朋友,无力购买正版的,请参考注册方法:下载地址:https://www.lanzoui.com/i8v8sbg方法:https://blog.csdn.net/weixin_53944340/article/details/120396237 阅读全文
posted @ 2023-11-06 14:49 shiningrise 阅读(137) 评论(0) 推荐(0) 编辑
// 侧边栏目录 // https://blog-static.cnblogs.com/files/douzujun/marvin.nav.my1502.css