-
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
-
240*64 显示屏代码
基于ARM的24064显示屏工作代码。工程所用芯片型号为STM32F407,开发环境为KEIL5,代码演示了在屏幕上写字以及图片显示。
- 2023-05-16 12:10:03下载
- 积分:1
-
基于LPC76X的LIN开发通信源程序调试通过
基于LPC76X的LIN开发通信源程序调试通过-LPC76X development of LIN-based communications through the source code debugging
- 2022-01-25 16:10:46下载
- 积分:1
-
STM32F4xx I2C soft
这个项目是在 Keil 写的。
ARM 处理器 STM32F417
使用的库 STM32F4xx_StdPeriph_Driver。
I2c 总线的软件实现。
- 2023-02-01 18:50:03下载
- 积分:1
-
FM1755驱动 +arm
FM1755驱动 +arm keil编译环境,有LPCD功能,分为TYPEA,和TYPEB卡识别
- 2023-01-02 12:10:04下载
- 积分:1
-
LPC2131开发板第4章-LPC2131功能部件4.1-GPIO3.GPIO输出实验-流水灯实验GPIO_Leds8...
LPC2131开发板第4章-LPC2131功能部件4.1-GPIO3.GPIO输出实验-流水灯实验GPIO_Leds8-2.rar-LPC2131 Development Board Chapter 4-LPC2131 features .1-GPIO. GPIO output experiment- light water experiment GPIO_Leds8-2.rar
- 2022-12-30 11:50:04下载
- 积分:1
-
GPU编程教程,目前国内好的唯一的中文教程。
GPU编程教程,目前国内好的唯一的中文教程。-GPU programming tutorials, the only Chinese domestic good tutorial.
- 2022-03-24 16:24:34下载
- 积分:1
-
II的CAN BUS通讯程序
基于EP7312 MCU和uC/OS-II的CAN BUS通讯程序-based EP7312 embedded MCU and/OS-II CAN BUS communication procedures
- 2022-03-04 23:45:11下载
- 积分:1
-
MiniGUI
MiniGUI-AKAE
- 2022-01-26 06:44:17下载
- 积分:1
-
Through the network port to download updates to the PIC18F97J60 microcontroller...
通过网络端口对PIC18F97J60单片机下载更新的bootloader-Through the network port to download updates to the PIC18F97J60 microcontroller bootloader
- 2022-03-02 13:56:24下载
- 积分:1