资源列表
lwip1.4.0-stm32f107
- lwip 1.4.0在STM32F107上的移植笔记-lwip 1.4.0 on the STM32F107 transplantation notes
project
- 优秀本科毕业设计,太阳能交通灯控制器的设计的全部代码-Outstanding graduate design, solar traffic light controller design all the code
AD7793
- AD7793的配置,主要用于PT100上-AD7793 configuration
ADPUART
- 热敏打印机~~单片机控制c语言完整版 长把时间都花费在为您修正说明上。压缩包解- Thermal Transfer Printer ~ ~ SCM c language full version
Disinfection-clean-screen-program
- 医院里空气净化器主芯片的主程序,主要芯片有STC89C54RD+,DS1302,ULN2003。-Hospital air purifier main chip of the main program, the main chip has STC89C54RD+, DS1302, ULN2003.
12ECG_ADI
- 这是ADI的12导联的心电的设计原理图和PCB,都是工程文件可以直接下载用的,对于医疗电子行业的工程师是很有帮助的-This is ADI of 12 lead ecg design schematic and PCB, are project files can be downloaded directly to use, is helpful for medical engineer in electronics industry
keil
- KEIL学习资料,很基础,很容易上手。呵呵,有点太简单了。-KEIL learning materials, very basic, very easy to use. Oh, a little too simple.
STM32F407VGT6
- STM32F407 开发板例程源码 可满足广大单片机初期学习者学习使用-STM32F407 development board routines source can satisfy the majority of early learners to use microcontroller
SensorDemo_DHT11
- CC2530智能农业节点,采集传感器DHT11的温湿度数据,同时把数据传给网关-CC2530 intelligent agriculture node DHT11 temperature and humidity sensors collecting data while the data is passed to the gateway
PCB_Project
- 模拟电路PID调节,用运算放大器实现的PID调节,可以实现信号的自动重置和锁定。-PID regulator circuit simulation using operational amplifiers to achieve PID control, can automatically reset and lock signal.
STM32F4xx_DSP_StdPeriph_Lib_V1.2.0
- STM32F4xx_DSP_StdPeriph_Lib_V1.2.0 2013.11 最新的STM32F4xx标准库-STM32F4xx_DSP_StdPeriph_Lib_V1.2.0 2013.11 fireware lib
MSP430G2553_UART_ADC_Timer
- MSP430G2553的代码,可给430G2X系列参考,有ADC10多通道多次采样,TIMER定时中断,TIMER的PWM输出,UART的初始化、ASCII码输出、接收中断。 特别是ADC10的多通道多次采样,很多同学刚开始学430不会用,一定记得要用数组接收数据,代码中用的ADC[0~4]接收的数据。 用ADC多通道多次采样,特别需要注意的是,如果你要采集通道 4 5 6 7(也就是P1.4~7),你还是得设置ADC10DTC1=8;,如果设置成4就会错误。 但是可以 ADC10AE0|=BI