-
STM32F107_CAN_LIN
基于STM32的CAN LIN收发通信程序,自测通过(STM32 based CAN LIN transceiver communication program)
- 2020-08-28 09:48:12下载
- 积分:1
-
LPC177x_178x_UM_SimpCHN
nxp 的lpc1788中文手册,很详细的介绍了LCD等模块作用,适合开发gui用(nxp of lpc1788 Chinese manual, very detailed introduction to the role of LCD module, suitable for the development of gui use)
- 2015-09-14 22:16:32下载
- 积分:1
-
LEDkejianguangtongxin
可以实现LED可见光传输数据,非常好的开题报告。(LED transmit data using visible)
- 2013-04-26 12:48:17下载
- 积分:1
-
Dianzichen_Sheji
采用压力传感器实现重量信号采集,然后就给放大滤波后送给A/D,经单片机进行数据处理,LCD作为显示(The pressure sensor achieve weight signal acquisition, and then to enlarge filtered gave A/D, SCM data processing, LCD as display)
- 2010-12-09 19:02:25下载
- 积分:1
-
diaoyanbaogao_5
区域中央空调市场调研报告,市场调研报告模板(Regional central air-conditioning market research report, market research report template)
- 2013-12-06 17:35:35下载
- 积分:1
-
menu_C51
开发平台为Keil Cx51,能实现多级菜单,相信会对大家的C51编程又一定的应用价值.(development platform for Keil inverter can achieve multi-level menu, We believe that the C51 will be in a certain programming the application.)
- 2007-03-27 16:36:15下载
- 积分:1
-
ip28-berr
ip28-berr.c: Bus error handling.
- 2015-06-15 14:22:40下载
- 积分:1
-
STM32f103c8t6
说明: STM32f103c8t6英文详细文档,编程资料,寄存器(STM32f103c8t6 English Detailed Documents, Programming Materials, Registers)
- 2020-06-23 19:20:01下载
- 积分:1
-
PWM-ULN2003A
利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h>
unsigned char timer1
sbit PWM=P1^2
void system_Ini()
{
TMOD|= 0x11
//PWM
TH1 = 0xfe //11.0592
TL1 = 0x33
TR1 = 1
IE =0x8A
}
main()
{
system_Ini()
while(1)
{ if(timer1>100) timer1=0
if(timer1<30) PWM=0
else PWM=1
}
)
- 2013-11-21 15:17:25下载
- 积分:1
-
Smart_Home-master
说明: 一个智能家居控制程序,zigbee CC2530 程序源码(A smart home control program, ZigBee CC2530 source code)
- 2020-06-19 05:00:02下载
- 积分:1