触摸DS18B02使灯的颜色发生变化
#include "stdio.h"
#include "stm32f10x.h"
……
第六次作业:记录开机次数(IIC上电计数)
#include "stm32f10x.h"
#include "stm32_eval.h"
……
第五次作业:定时器控制流水灯
#include "stm32f10x.h"
#include "stm32_eval.h"
#include <s……
第四次作业:串口输入0-99
每次做作业都好吃力,参阅了很多同学的代码
#include "stm32f10x.h"
#incl……
数码管显示0-99:
#include "stm32f10x.h"
#include "stm32_eval.h"
GPIO_Init……
依次点亮 D1-D8:
#include "stm32f10x.h"
#include "stm32_eval.h"
GPIO_InitTypeDef GPI……
首先,双击mdk472_a.exe
接着就会出现以下的界面
选择Next,之后选择可以安装目录了 ~
……
嵌入式系统及原理作业
第一次作业软件安装:http://forum.eepw.com.cn/thread/277763/1#2
第二次作业流水灯:……
首先,双击mdk472_a.exe
接着就会出现以下的界面
选择Next,之后选择可……
自动布线
把元器件导入PCB后,可以选择把元器件放在Top layer 或者 是 Bottom layer,这里可以按 A 来帮助整齐排放元器件
……