作业七:DS18B20温度使灯的颜色变化
#define "ds18b20.h"
#define "delay.h……
#define "ds18b20.h"
#define "delay.h"
#include "sys.h"
……
作业六:计算机开机次数
sfr IAP_DATA = 0xE2;
sfr IAP_ADDRH = 0xE……
sfr IAP_DATA = 0xE2;
sfr IAP_ADDRH = 0xE3;
sfr IAP_ADDRL &nb……
作业五:定时器控制LED灯
#include "stm32f10x.h"
#include "stm32_eval.h"
#inc……
#include "stm32f10x.h"
#include "stm32_eval.h"
#include <stdio.h> &n……
【11.15更新】34号 双号uart控制LED流水灯转速 【没有办法的办法,你懂的】
作业四:uart控制LED流水灯转速
……
作业四:uart控制LED流水灯转速
#include "stm32f10x.h"
#include&nbs……
作业三:34号 0~99按键计数
#include "stm32f10x.h" &……
#include "stm32f10x.h"
GPIO_InitTypeDef GPIO_InitStructure; // 声明一个结构体
void RCC_……