-
VB.net
实用CAN与上位机通讯例程,适用于基于CAN总线的自动系统参考。(Practical CAN and PC communication routines for automated reference system based on CAN bus.)
- 2016-03-26 13:53:23下载
- 积分:1
-
DAC5615
DAC5615的使用,能够控制输出电压为设定电压,并保持恒定。(DAC5615 used to control the output voltage setting voltage, and constant.)
- 2011-06-17 17:29:30下载
- 积分:1
-
zhongjile
通过51单片机设计一个电子时钟,精确到秒,可以通过按键调节时间(By 51 microcontroller design an electronic clock, accurate to seconds, you can adjust the time by pressing a button)
- 2013-11-14 09:56:13下载
- 积分:1
-
the-voltage-ad-collection
单片机1260Sc5a 的ad 采集电压,带详细注解,适合初学者哦!(The microcontroller 1260Sc5a ad collection voltage, with detailed notes, suitable for beginners Oh!)
- 2013-05-09 22:43:22下载
- 积分:1
-
CRC-C
有关 C语言的CRC校验的资料,很实用,值得收藏和学习(About the C language, the CRC data, it is practical, it is worth collecting and learning)
- 2014-04-15 18:33:56下载
- 积分:1
-
USART
基于atmega16l usart的实现(atmega16 usart)
- 2012-03-29 20:48:10下载
- 积分:1
-
Switchexample
说明: osg中的switch开关功能,可以显示场景中想要看到的节点。(osgswitch)
- 2010-04-19 21:41:47下载
- 积分: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
-
analog-I2C-driver-MPU050
stm32芯片--用GPIO口模拟I2C驱动MPU6050陀螺仪(Stm32 chip- using GPIO port simulation I2C driver MPU6050 gyroscope)
- 2013-12-19 19:43:04下载
- 积分:1
-
AD
说明: 51单片机开发,AD转换模块
,模数转换,高精度(51 MCU development, AD converter module, analog-to-digital conversion, high-precision)
- 2012-10-13 10:03:11下载
- 积分:1