资源列表
STM32F10X-ADC—芯片温度
- STM32F10X-ADC—芯片温度带工程和源代码分享(STM32F10X-ADC STM32F10X-ADC)
DS18B20在STC12C5A60S2上的应用
- 18b20在STC12C5A60S2中的应用,亲测可用。(18b20 application in STC12C5A60S2, pro test available)
一个电机PID控制
- 增量式PID控制直流电机基于STM32的(PIDIncremental PID control DC motor based on STM32)
CAN—双机通信
- 使用CAN在两个开发板之间通信,弄懂can通信的用法。(Use CAN to communicate between two development boards.)
30V5A数控电源STC单片机源码
- 数控电源 30v5a 源代码,很好的借鉴。可直接移植。(CNC power supply 30v5a source code, a good reference. Can be transplanted directly.)
转速测量
- 基于stc12c5a08s2单片机使用M/T法测量频率(Based on STC12C5A08S2 microcontroller, M/T method was used to measure the rotating speed)
MP3
- 基于AT89C51单片机的程序,实现了一个MP3硬盘播放器-AT89C51 single-chip microcomputer-based procedures, implementation of a hard drive MP3 player
ch452
- 数码管驱动及键盘控制芯片CH452 。有C语言驱动代码。和芯片说明。-LED driver and the keyboard controller chip CH452. Have a C drive code. And chip descr iption.
zhiliudianjiPWM
- 基于51单片机的PWM输出控制直流电机程序-51 microcontroller based PWM output to control the DC motor program
BH1750FVI_STC_with-circuit
- 光强度测量传感器与STC单片机结合的电路,以及运行代码-BH1750FVI for STC singlechip, with the right circuit.
AVR Studio例子
- /* * ADC.c * * Created: 22-5-2011 8:22:10 PM * Author: Wingston */ #include <avr/io.h> #include <avr/interrupt.h> uint16_t ReadChannel(int mux); int main (void) { DDRC = 0xFF; uint16_t adcval = 0; while(1){ a
51single-chip
- 51单片机C语言入门简单30例教程,通过实例让你快速入门。-51 single-chip C language tutorial 30 cases of easy entry through the examples so that you get started.
