资源列表

« 1 2 ... .13 .14 .15 .16 .17 15218.19 .20 .21 .22 .23 ... 15242 »

[单片机(51,AVR,MSP430等)ADS7852

说明:AVR128单片机 控制AD7852进行ad采集 ,说明,注意AD7852的供电问题-#include<avr/io.h> #include<avr/interrupt.h> #include<avr/iom128.h> #include"ADS7852.h" #define C_S1 PORTF |= (1<<PF0) //CS置1; #define C
<yuan> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[单片机(51,AVR,MSP430等)ds18B20

说明:ds18B20例程 温度采集试验 完全试验通过-#include <avr/io.h> #define sbi(sfr,bit) (_SFR_BYTE(sfr)|=_BV(bit)) #define cbi(sfr,bit) (_SFR_BYTE(sfr)&=~_BV(bit)) //---------------------------------------------
<yuan> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[单片机(51,AVR,MSP430等)Freq

说明:89C52单片机输出方波,可以用两个独立按键调整频率大小-89C52 microcontroller output square wave, you can use two separate buttons to adjust the frequency size
<张道芳> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[单片机(51,AVR,MSP430等)1602

说明:基于51单片机显示lcd1602,可以进行16*2的书写。学习单片机的人都知道1602是不可少的,大家随便看看啦,新手写的。-Based on 51 single-chip display lcd1602, you can write 16* 2. Learning microcontroller knows 1602 is essential, we look around you, the new handwriting.
<chenyuan> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[单片机(51,AVR,MSP430等)LPC2378-I2C

说明:philip LPC2378  芯片I2C模块应用源程序框架-philip LPC2378 chip I2C module source application fr a mework
<cuihuihai> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[单片机(51,AVR,MSP430等)Single-Chip-motor-control

说明:C51 MCU control motor speed which can control the rotation speed of the motor. the code has been checked and used on the real environment-C51 MCU control motor speed which can control the rotation speed of the motor. The
<lrm> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[单片机(51,AVR,MSP430等)liushiudeng2

说明:基于对51单片机上对灯的控制,用于初学者学习嵌入式单片机。-Based on the control of the lights on the 51, for beginners to learn embedded microcontroller.
<李丽> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[单片机(51,AVR,MSP430等)musiclanhuacao

说明:另一种音乐兰花草,也是利用代码控制频率,进而发出不同声音-Another musical orchids, also use the code to control the frequency, and thus different sounds
<李丽> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[单片机(51,AVR,MSP430等)dimming-procedure

说明:51单片机 PWM LED 调光程序,使灯亮度柔和变化。重点是CYCLE、PWM_ON是怎样的变化的。-51 single PWM LED dimming procedure so soft and light brightness changes. Focus is CYCLE, PWM_ON what changes.
<小菱> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[单片机(51,AVR,MSP430等)pinlv

说明:本程序在51单片机的最小系统上经过实际测试,切实可行,大家可以改变程序参数,来获得各种频率,脉宽的方波信号-After this procedure on 51 SCM minimum system actual test, practical, we can change the program parameters to obtain a variety of frequencies, pulse width of the squa
<李刚> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[单片机(51,AVR,MSP430等)printf

说明:嵌入式printf函数的彻底实现,不用再为调用库函数导致程序膨胀发愁了-Embedded printf function completely, no longer need to call the library function causes the program to worry about expansion
<王金华> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[单片机(51,AVR,MSP430等)string

说明:嵌入式开发常用字符串处理接口的实现,这样可以大大提高程序的可移植性-Embedded developers to achieve common string processing interface, which can greatly improve program portability
<王金华> 在 2024-11-01 上传 | 大小:1024 | 下载:0
« 1 2 ... .13 .14 .15 .16 .17 15218.19 .20 .21 .22 .23 ... 15242 »

源码中国 www.ymcn.org