-
STM32 源码
这是基于STM32 上交通灯模块的源码。展示了交通灯最基本的运作程序,使用的是野火的开发板。对初学者十分有用。看不懂的同学可以上野火的网站那有各种大神及详细视频。
- 2022-02-04 20:55:52下载
- 积分:1
-
AM23XX温湿度传感器库函数
51单片机温湿度传感器库函数#include "reg52.h"#include //用户根据自己的晶振修改相应值#define FOSC 12000000#define BAUD 9600 //读传感器 端口位定义,可修改sbit Sensor_SDA = P0^0;sbit Sensor_SCL = P0^1;// 变量定义unsigned char Sensor_Data[5]={0x00,0x00,0x00,0x00,0x00};unsigned char Sensor_Check; //校验和unsigned char Sensor_AnswerFlag; //收到起始标志位unsigned char Sensor_ErrorFlag; //读取传感器错误标志unsigned int Sys_CNT;unsigned int Tmp;unsigned char *String;//字符串定义#define S_Temp "Temp:"#define S_RH "RH:"#define S_CRCT "Check: True"#define S_CRCF "Check: Wrong"#define S_Data "Data: "#define S_NotS "Sens
- 2022-12-29 14:30:03下载
- 积分:1
-
This is the AVR
这是AVR的IO端口使用的代码,它可以通过数码管和LED灯指示IO口的电平变化,用ICCAVR开发-This is the AVR
- 2022-03-24 14:45:15下载
- 积分:1
-
LPC23XX系列红外(IrDA)项目的源代码文件更直接,can be used……
LPC23XX系列红外(IrDA)工程文件加源代码,直接可用。-LPC23XX Series Infrared (IrDA) project file plus source code, can be used directly.
- 2022-07-21 22:12:20下载
- 积分:1
-
转换数字模拟
数字量转换为模拟量!-To Convert Digital to Analog
- 2022-03-10 11:10:46下载
- 积分:1
-
STM32 use of TFT liquid crystal screen, the detailed routines, can use to downlo...
STM32 使用TFT液晶屏幕,详细例程,能够使用的,下载完了要给点回复哦!-STM32 use of TFT liquid crystal screen, the detailed routines, can use to download the end-point to give back Oh!
- 2023-05-29 06:20:03下载
- 积分:1
-
例如mcbst32c Keil交通
keil traffic example for mcbst32c
- 2022-03-31 17:36:50下载
- 积分:1
-
ARM嵌入式系统编译工具链
ARM嵌入式系统编译工具链-ARM Embedded System compiler tool chain
- 2022-05-10 23:07:21下载
- 积分:1
-
电容在EMC设计中应用技巧, 和一些注意的问题,可以
电容在EMC设计中应用技巧, 和一些注意的问题,可以-Capacitance in the application of EMC design techniques, and some attention to the problem, you can
- 2022-05-14 04:16:00下载
- 积分:1
-
标准c++,c和汇编实现,仅支持ARM7,目前还不支持DEBUG,下一版本将支持...
标准c++,c和汇编实现,仅支持ARM7,目前还不支持DEBUG,下一版本将支持-standards c, c and compilation achieved only support ARM7, does not yet support DEBUG, the next version will support
- 2022-12-24 01:45:03下载
- 积分:1