-
TLV5616(For_MSP430)
1、本程序的前提是CS引脚接地,基准电压设定为1.372V
2、“data=temp*4096/2.745”语句是为了实现将所需输出的模拟值直接转化为编码,减少计算量
3、TLV5616最大输出电压是基准电压的两倍,输出电压最大范围是0~Vdd-0.1V,另外基准电压的输入范围为0~Vdd-1.5V(TLV5616文档中有注明,使用时请注意)
(1, the premise of this program the CS pin grounded, the reference voltage is set to 1.372V
2, "data = temp* 4096/2.745" statement is in order to achieve the desired output of the analog values are converted directly to the coding, to reduce the amount of calculation
3, TLV5616 maximum output voltage is twice the reference voltage, the output voltage range is 0 to Vdd-0.1V, another reference voltage input range of 0 to Vdd-1.5V (of the TLV5616 document has stated, use note ))
- 2012-11-11 18:16:14下载
- 积分:1
-
ASM程序
说明: 实验室常用c51单片机小程序,趣味实验程序单片机开发,单片机技术应用,asm源文件,keil程序(C51 microcontroller program commonly used in laboratory, interesting experimental program development of microcontroller, application of microcontroller technology)
- 2019-04-03 19:14:13下载
- 积分:1
-
PLC-Visual-Code-
PLC图形化编程系统的研究与实现
东南大学
硕士学位论文
PLC图形化编程系统的研究与实现
姓名:保慧
申请学位级别:硕士
专业:机械电子工程
指导教师:毛玉良(Research and Implementation of PLC graphical programming system
Southeast University
Master thesis
Research and Implementation of PLC graphical programming system
Name: Bao Hui
Application Degree: Masters
Major: Mechanical and Electronic Engineering
Instructor: Mao Yuliang)
- 2014-05-14 15:54:20下载
- 积分:1
-
51--485
使用51单片机实现485通讯,包括数据的接受和发送。(Use 51 MCU 485, including receiving and sending data.)
- 2021-04-22 23:38:48下载
- 积分:1
-
DatamemoryEEPROM24C02
/*EEPROM24C02,程序将对存储器进行读和写,因此涉及到键盘程序,比较复杂,耐心学,*/#include <reg51.h>#include <intrins.h>#define W24C020xA0//存储器的写地址
#define R24C02 0xA1 //存储器的读地址
#define MSB 0x80 //8位二进制最高位置1
#define LSB 0x01 //8位二进制最低位置1
(/* EEPROM24C02, program will read and write memory, it involves the keyboard program, more complex, patient study,* /# include <reg51.h># Include <intrins.h># Define W24C020xA0// write the memory address# define R24C02 0xA1// read memory address# define MSB 0x80// 8 bit binary highest position 1# define LSB 0x01// 8 bit binary lowest 1)
- 2010-06-05 18:30:50下载
- 积分:1
-
Src
说明: 嵌入式之使用STM32F429完成锁相环放大器的设计,包含C语言源码。(PLL Amplifier completed by STM32F429.)
- 2020-07-09 21:43:14下载
- 积分:1
-
jianpan
单片机4x4键盘程序,好用!!!!!!!!!!!!!!!!!!(dd)
- 2009-03-27 22:01:36下载
- 积分:1
-
Multisim 12.0 系统元件库
multisim的元器件库 ,主要是电子管元件库,大概有一百多种电子管,基本上所需用的电子管都包含了。(Multisim component library, mainly electronic components library, there are more than one hundred kinds of electronic tubes, basically the required electronic tubes are included.)
- 2017-06-30 16:15:40下载
- 积分:1
-
V1.0电机驱动TIM14
说明: 使用stm32f407zgt6的tim14定时器输出pwm波(Output PWM wave with tim14 timer of stm32f407zgt6)
- 2020-06-18 08:20:02下载
- 积分:1
-
TestADC
AVR-MEGA8单片机中使用AD转换的一个例子,原本是用于锂电池充电器中实时检测电量的。程序没有采用中断方式,而是软件调用AD转换函数。(AVR-MEGA8 Singlechip AD converter used in an example of the original lithium battery charger for real-time detection of electricity. Procedures did not interrupt, but the software AD conversion function call.)
- 2008-03-25 07:58:42下载
- 积分:1