-
liushudengasm
这个是自己编的流水灯的例子,用汇编写的,可以学习和使用(THIS IS THE SOURCE OF C51 FOR LIUSHUIDENG,USING THE HUIBIAN)
- 2009-04-12 16:45:33下载
- 积分:1
-
SD_CARD_INTERFACING
MICRO SDCARD INTERFACING INFORMATION PDF FILE
- 2009-11-09 20:36:10下载
- 积分:1
-
240X
单片机操作EEPROM 240X的程序。 非原创,转载。(EEPROM 240X MCU operating procedures. Non-original and reproduced.)
- 2005-02-23 10:07:10下载
- 积分:1
-
8x8snake
while(1)
{//if(keyenable==1){P1=0x00 P2=0xff }else{P1=0xff P2=0x00 }
for(i=3 i<SNAKE+1 i++)x[i]=100 for(i=3 i<SNAKE+1 i++)y[i]=100 //初始化
x[0]=4 y[0]=4 //果子
n=3 //蛇长 n=-1
x[1]=1 y[1]=0 //蛇头
x[2]=0 y[2]=0 //蛇尾1
addx=0 addy=0 //位移偏移
//k=1
while(1){if(keyenable)break timer0(1) }
while(1)
{timer0(e)
if(knock()){e=SPEED break } //判断碰撞
if((x[0]==x[1]+addx)&(y[0]==y[1]+addy)) //是否吃东西
- 2011-07-09 23:00:46下载
- 积分:1
-
spdif_interface_latest.tar
音频spdif格式编解码,可以将音频格式在i2s dsd以及spdif之间转换(Spdif audio codec)
- 2016-05-15 11:02:34下载
- 积分:1
-
Motor-Control
能够实现通过红外遥控器控制电机的正反,停止转动。(Can be achieved through an infrared remote control motor forward and reverse, stop turning.)
- 2014-05-31 10:10:58下载
- 积分:1
-
I2C_SHT21
说明: I2C_SHT21 温湿度传感器测量
I2C 读取SHT21 温湿度传感器
SHT21驱动库有两种操作模式,适合不同操作
自动转换测量模式:
1:启动任意一个测量指令,例如测量温度执行 measureT();
2:延时200ms
3:读取测量后的数值, autoMeasure(float * th);
该函数读取测量得出的数据,并根据数据的类型进行转化,再自动启动下一个类型的测量
指定转换测量模式:
1:先启动一次测量,例如测量温度执行 measureT();
2:延时200ms
3:读取测量后的数值,例如读取温度执行readT();(2C_ SHT21 temperature and humidity sensor measurement
I2C read SHT21 temperature and humidity sensor
SHT21 driver library has two operation modes, which are suitable for different operations
Automatic conversion of measurement mode:
1: Start any measurement command, for example, measure the temperature and execute measure();
2: Delay 200ms
3: Read the measured value and Automeasure (float * th);
This function reads the measured data, converts it according to the data type, and then automatically starts the next type of measurement
Specify the conversion measurement mode:
1: Start a measurement first, for example, measure the temperature;
2: Delay 200ms
3: Read the measured value, for example, read the temperature and execute readt();)
- 2020-08-27 14:44:39下载
- 积分:1
-
xiaozhou
本文件是基于51单片机的电子门铃设计程序,并且附带有proteus的仿真文件,可帮助单片机爱好者更好地学习哦!(This document is based on 51 single-chip electronic doorbell design procedure, and with proteus simulation files, can help single-chip computer enthusiasts learn better!)
- 2013-10-22 21:06:32下载
- 积分:1
-
MPU6050_Kalman_PWM_remote
基于卡尔曼滤波的MPU6050例程,效果很好。(Based on the Calman filter MPU6050 routine, the effect is very good.)
- 2017-11-29 08:48:16下载
- 积分:1
-
I2cInInterrupt
PIC16F727在中断进行I2c器件读写,接口简单,工作稳定,附详细注释,绝对模块化设计,甚至可以直接添到你的程序里用,51单片机稍作修改也可使用。(The PIC16F727 I2c devices to read and write in the interrupt interface is simple, stable, with detailed notes, the absolute modular design and can even add to your program with 51 single-chip slight modifications can also be used.)
- 2012-04-30 09:46:38下载
- 积分:1