资源列表
AD-PIC16F72
- /这是一个两路交流信号的AD转换,然后和标准比较决定输出大于标准的那一路,默认输出A路 #include <pic.h> #include <math.h> #include <stdio.h> bank1 int re0[40] //定义存放A/D转换结果的数组,在bank0中 bank1 int re1[40] //定义存放A/D转换结果的数组,在bank1中-/ This is a two way exchange of
designforthePIC18F2680CAN
- PIC18F2680的CAN总线设计。硬件:18F2680,CAN收发芯片MCP2551 -PIC18F2680 CAN-bus design. Hardware: 18F2680, CAN transceiver chip MCP2551
sht10-c51
- SHT10数字温湿度传感器的读写程序 #include <reg51.h> #include <intrins.h> #define uchar unsigned char #define uint unsigned int uchar wendu,shidu,air //定义要发送的温度和湿度 空气质量-SHT10 digital temperature and humidity sensors to read and write pr
SteppingMotor
- 步进电机驱动源代码,实现了步进电机的正转,反转及停止等功能。-Stepper motor driver source code
tsl2561
- IIC驱动程序 单片机: STC12C5410AD 主频: 24MHz include <REGX051.H> // AT89C4051头文件 #include "../inc/STC12C5410AD.H" // AT89C4051头文件 #include <INTRINS.H> // 系统调令头文件 #include "def.h" // 类型定义文件 #include "config.h" // 配置头文件 #incl
crc
- CRC校验原理 1、循环校验码(CRC码):是数据通信领域中最常用的一种差错校验码,其特征是信息字段和校验字段的长度可以任意选定。 2、生成CRC码的基本原理:任意一个由二进制位串组成的代码都可以和一个系数仅为‘0’和‘1’取值的多项式一一对应。例如:-Principle 1 CRC checksum, cyclic checksum (CRC code): is the data communications of the most commonly used error checki
SHT10chenxujiyuMSP430
- 温湿度传感器SHT10驱动程序——基于MSP430-Temperature and humidity sensors SHT10 Driver- Based on MSP430
Keilandproteus
- Proteus与keil的联调应用,很方便-proteus and keil
find-trace
- 智能小车的避障,倒退和寻迹程序,用C语言写成-Intelligent Vehicle obstacle avoidance, regression, and tracing procedures
ds18b20cw
- 经调试成功的DS18B20测温程序,硬件是实用AT89S51单片机,有上限温度设定,可以报警,温度显示等功能。-After successful commissioning DS18B20 temperature process, the hardware is practical AT89S51 microcontroller, a maximum temperature setting, you can alarm, temperature display.
PIC16F877
- PIC16F877学习的好资料,用c编程实现一线常见实例:秒表、液晶、控制电动车等-good information for learning PIC16F877
