-
115-RS485基本通讯原理
说明: 单片机实现RS485串口通信的基本原理,非常好理解,好好学习(The basic principle of RS485 serial communication realized by single chip microcomputer)
- 2020-03-26 16:49:10下载
- 积分:1
-
MSP430
MSP430单片机原理与设计介绍,单片机简介
• MSP430单片机及其选型
• MSP430单片机的重要特性
• MSP430G2553设计与应用
• MSP430的C程序设计(MSP430 Microcontroller Theory and Design Introduction, SCM Introduction
• MSP430 MCU and Selection
Important features • MSP430 MCU
• MSP430G2553 Design and Application
• MSP430 C programming)
- 2013-12-12 11:18:32下载
- 积分:1
-
dianyazhuanhuan
把0~5v的电压值转换到0~100度的温度,并用51液晶显示,采用keil仿真(0 ~ 5v voltage value is converted to a temperature of from 0 to 100 degrees, and with 51 of liquid crystal display, using keil simulation)
- 2012-12-22 16:04:15下载
- 积分:1
-
Codes
APF SVG开发源代码程序,适用于TI 2812芯片中开发。(APF SVG)
- 2016-09-12 11:32:17下载
- 积分:1
-
yuancheng
51单片机控制,可远程操控温度和湿度,实时观察与检测(51 MCU control, remote control of temperature and humidity, real-time observation and testing)
- 2015-07-16 20:42:44下载
- 积分:1
-
c100-8051-Proteus
《单片机C语言程序设计实训100例—基于8051+Proteus仿真》案例(failed to translate)
- 2013-05-04 10:57:21下载
- 积分:1
-
dianya
说明: 对一路工频交流电(频率波动范围为50 ±1Hz、有失真的正弦波)的电压有效值、电流有效值、有功功率、无功功率、功率因数进行测量的数字式多用表。通过LCD12864显示(Frequency of the AC all the way (the frequency of fluctuations in the range of 50 ± 1Hz, there is distortion of the sine wave) RMS voltage, RMS current, active power, reactive power, power factor measurement of the digital multimeter. LCD12864 show through)
- 2009-08-14 15:56:29下载
- 积分:1
-
中景园电子0.96OLED显示屏_C51系列_IIC_例程
0.96OLED显示屏c51系列IIC例程(0.96OLED display C51 series IIC routine)
- 2018-01-13 10:35:57下载
- 积分:1
-
ADC_DualModeInterleaved
stm32f4 adc 的代码,双通道,用DMA保存数据。(stm32f4 family c code, adc
This example provides a short description of how to use the ADC peripheral to
convert a regular channel in Dual interleaved mode using DMA in mode 3 with 5Msps.
DMA mode 3 is used in interleaved mode in 6-bit and 8-bit resolutions.
The Dual interleaved delay is configured 6 ADC clk cycles.
On each DMA request (two data items are available) two bytes representing two
ADC-converted data items are transferred as a half word.
The data transfer order is similar to that of the DMA mode 2.
A DMA request is generated each time 2 data items are available
1st request: ADC_CDR[15:0] = (ADC2_DR[7:0] << 8) | ADC1_DR[7:0]
2nd request: ADC_CDR[15:0] = (ADC2_DR[7:0] << 8) | ADC1_DR[7:0]
The ADC1 and ADC2 are configured to convert ADC Channel 12, with conversion
triggered by software.
By this way, ADC channel 12 is converted each 6 cycles.
In this example, the system clock is 168MHz, APB2 =84MHz and ADC clock = APB2 /2.
Since ADCCLK=)
- 2013-10-14 19:06:26下载
- 积分:1
-
STM32F103C8T6 的MINI板程序开发笔记和例程序
说明: 高级例程-基于MINI板的 呼吸灯效果 采用TIM1的PWM实现;基本例程-USART收发;基于STM32的USB程序开发笔记(Advanced routine - the effect of breathing lamp based on mini board is realized by TIM1 PWM)
- 2020-02-26 09:59:50下载
- 积分:1