-
key_lcd
键盘和LCD显示。Proteus调试通过!(Keyboard and LCD display. Proteus debugging through!)
- 2010-11-03 13:04:01下载
- 积分:1
-
usb-hid-sm32f103c8
stm32f103c8t6 usb hid应用源代码。 源程序是103vct移植到103c8t6 适用。(stm32f103c8t6 usb hid source )
- 2021-05-08 22:48:35下载
- 积分:1
-
jm20316-HDD-Enclosure
jm20316移动硬盘盒---原理图,PCB板图。非常好用的资料(jm20316 HDD Enclosure--- schematics, PCB board map. Very useful information)
- 2020-10-28 16:39:57下载
- 积分:1
-
SY2_TEST
说明: 控制跑马灯的程序,可用于单片机实验,欢迎下载(Horse Lantern Procedure)
- 2020-06-24 16:00:01下载
- 积分:1
-
STM32SPWM-190426
用TIM1输出6路互补的SPWM,实现电机转动,用VF调频调压(Six complementary SPWM outputs from TIM1 are used to realize motor rotation and VF frequency and voltage regulation.)
- 2019-06-29 15:34:06下载
- 积分:1
-
ADS1256模块资料
说明: ADS1256驱动,硬件 软件 程序(ADS 1256 drive)
- 2019-08-21 16:45:51下载
- 积分:1
-
裸机_BH1750
说明: 在CC2530上读取BH1750光照传感器数据并发送(This is a program that get Illumination data by BH1750 and send the data through CC2530.)
- 2020-06-20 08:20:02下载
- 积分:1
-
STM32_DelayUs
STM32通用精确us延时函数;包含标准库和HAL库两种,直接声明调用即可。(STM32 HAL library common precision us delay function; standard library to use as long as the corresponding parameter variable to standard library format can be.)
- 2021-01-13 16:08:49下载
- 积分:1
-
remote-control-cars
红外遥控车stc12C4052AD红外遥控车stc12C4052AD(Infrared remote control cars stc12C4052AD infrared remote control cars stc12C4052AD)
- 2014-11-03 20:59:06下载
- 积分: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