-
this is the control keyboard C source files, KEIL C51 use development. used to c...
这个是安防用的控制键盘C源程序,采用KEIL C51开发.用于控制前端解码器!-this is the control keyboard C source files, KEIL C51 use development. used to control the front decoder!
- 2022-01-31 18:27:57下载
- 积分:1
-
摄象头驱动并同时提供ch372USB转接芯片的驱动及上传下载程序
摄象头驱动并同时提供ch372USB转接芯片的驱动及上传下载程序-combo drive and to provide ch372USB adapter chip driver download and upload
- 2023-07-29 05:55:03下载
- 积分:1
-
STC12C5a60s2通过按键产生占空比1-99%可调的PWM波
应用背景可用于各种需要PWM波的芯片,PWM的作用很多,也可以固定输出一个占空比和频率的方波,还可以再利用电源造SPWM关键技术STC12C5a60S2用定时器0产生1Khz的方波,通过按键可调节占空比,1-99%可调,通过数码管显示占空比,兼容普通的89C52, 只是运行速度不够快,频率要低一点,可以通过修改定时器的值改变频率
- 2022-01-25 17:26:42下载
- 积分:1
-
24cxx读写子程序
24cxx读写子程序--Read/write program for 24CXX.
- 2022-02-21 15:33:17下载
- 积分:1
-
串行LCD12864 B20 + 1302 + 18
LCD12864+18b20+1302串口-Serial LCD12864+18 b20+1302
- 2022-04-01 01:39:06下载
- 积分:1
-
使用凌阳61单片机和1302时间芯片完成时钟功能并使用CH451LS芯片显示(程序中只在0号LED上显示秒)。是使用时,main.c是1302时间芯片的驱动,C...
使用凌阳61单片机和1302时间芯片完成时钟功能并使用CH451LS芯片显示(程序中只在0号LED上显示秒)。是使用时,main.c是1302时间芯片的驱动,CH451LS0811.h是简单CH451LS芯片驱动。-The use of Sunplus 61-chip MCU and 1302 hours to complete and use the clock function CH451LS chip display (program only in its LED display 0 seconds). Is used, main.c is the 1302 driver chip time, CH451LS0811.h is simple chip CH451LS drive.
- 2022-01-30 18:32:28下载
- 积分:1
-
用MAX6959实现的键盘以及数码显示原代码
用MAX6959实现的键盘以及数码显示原代码-MAX6959 achieve with the digital keyboard and the indigenous code
- 2022-02-04 02:35:57下载
- 积分:1
-
图书馆管理系统..大家多点给我鼓励给我支持哦...我会多点上载代码到这里的....
图书馆管理系统..大家多点给我鼓励给我支持哦...我会多点上载代码到这里的.-library management system .. everyone to the point I encourage support to me ... Oh, I will pay more on the code here The.
- 2022-02-01 17:30:47下载
- 积分:1
-
嵌入式操作链表的模版,有注释和说明
对需要解决数据链表的朋友可以参考...
嵌入式操作链表的模版,有注释和说明
对需要解决数据链表的朋友可以参考-Embedded template operating list, have comments and information on the need to address data list can refer to a friend
- 2023-03-25 20:00:03下载
- 积分:1
-
对传感器MPU6050进行调试设置参数(硬件IIC)
#include "stm32f10x.h"#include "I2C_MPU6050.h"#include "usart1.h"#include "delay.h"int main(void){ InitMPU6050();/***********************************************************************/while(1){printf("
---------------%d
",GetData(ACCEL_XOUT_H));printf("
----------------%d
",GetData(ACCEL_YOUT_H)); printf("
------------------%d
",GetData(ACCEL_ZOUT_H)); printf("
---------------%d
",GetData(GYRO_XOUT_H)); printf("
-----------------%d
",GetData(GYRO_YOUT_H)); printf("
---------Ã---------%d
",GetData(GYRO_ZOUT_H));delay_ms(500);} }/******************* (C) COPYRIGHT 2012 WildFire Team *****END OF FILE************/
- 2022-01-28 09:30:30下载
- 积分:1