搜索资源列表

  1. STC12C5204AD

    0下载:
  2. STC12C5204AD 转换程序-The conversion process STC12C5204AD AD
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-06-13
    • 文件大小:1024
    • 提供者:liann
  1. STC12C5204AD_DSP2812_handle_program

    0下载:
  2. 基于STC12C5204AD的机器人手柄程序设计,通过该单片机的手柄程序,与DSP2812微处理器通信实现手柄控制机器人运动。-Robot based STC12C5204AD handle programming, through the SCM handle procedures, and the DSP2812 Communication microprocessor to control the robot motion con
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-13
    • 文件大小:18432
    • 提供者:wengchaowc
  1. LVD_check

    0下载:
  2. STC12系列单片机低压检测的源程序,在STC12C5204AD上试验通过-STC12MCU low voltage detection source, on a test by the STC12C5204AD
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-13
    • 文件大小:1024
    • 提供者:yuzhuzhao
  1. AD

    0下载:
  2. STC12C5204AD单片机AD转换程序,包含头文件,可以直接调用-STC12C5204AD MCU AD conversion process, include the header file, you can directly call
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-13
    • 文件大小:6144
    • 提供者:yuzhuzhao
  1. AD-VoltagePSTC12C5204AD

    0下载:
  2. STC12C5204AD单片机AD转换程序,使用中位值滤波的方法,结果稳定,精度为0.02V-STC12C5204AD chip AD conversion process, using the median filtering method, the results are stable, precision 0.02V
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-06-13
    • 文件大小:57344
    • 提供者:
  1. uart-edit-EEPROM

    0下载:
  2. STC12C5204AD单片机通过串口修改EEPROM中数据,先将0x0000扇区数据放入0x0200扇区,然后写入新数据,再将数据读回0x0000扇区,此时只需修改相应的数据,其余的数据无需改动。-STC12C5204AD microcontroller through the serial port to modify the EEPROM data into the first sector data 0x0000 0x0200
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-13
    • 文件大小:39936
    • 提供者:
  1. STC12C5204ADPPWMPP3^7Puart

    0下载:
  2. STC12C5204AD单片机PWM输出程序,利用自带的PWM输出,即P3.7口输出PWM波,PWm频率为3.6K,可以通过串口来修改PWM波的占空比,PWM输出0-5V,精度为0.1V,在实验板上验证通过。-STC12C5204AD microcontroller PWM output procedures, the use of built-in PWM output, PWM output is P3.7 mouth, PWm f
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-06-13
    • 文件大小:24576
    • 提供者:
  1. ADPEEPROMPmodbus

    0下载:
  2. STC12C5204AD单片机开发板上实现modbus协议,通过协议可以返回电压转换及lm35获取的温度,并设置PWM占空比,设置EEPROm中数据,06模式支持广播模式,在3块单片机开发板联合的情况下试验通过 -STC12C5204AD microcontroller development boards implement modbus protocol, protocol can be returned by the volt
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-13
    • 文件大小:84992
    • 提供者:
  1. STC12C5204ADPLEDV1

    0下载:
  2. STC12C5204AD单片机开发板点亮二极管的程序实例,包含138译码器的使能与控制,是单片机入门很好的学习程序。-STC12C5204AD microcontroller development board light diode instance, contains 138 of the decoder to enable and control, is a good entry-chip learning process.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-13
    • 文件大小:9216
    • 提供者:
  1. STC12C5204ADPSTCPLEDPFlicker

    0下载:
  2. STC12C5204AD单片机控制单个二极管闪烁源代码,二极管由138译码器使能,另一端单片机IO口控制,采用延时程序,是单片机初学者很好的学习源代码-STC12C5204AD flash microcontroller source code to control a single diode, diode 138 by the decoding is enabled, the other end of the single-chip
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-13
    • 文件大小:10240
    • 提供者:
  1. STC12C5204ADPLEDPWater-lamp

    0下载:
  2. STC12C5204AD单片机上流水灯演示程序,即8个二极管依次点亮,又依次灭掉,演示了程序的执行过程-STC12C5204AD microcontroller demo program on light water, that is eight diodes were lit, in turn exterminate, demonstrates the execution of the program
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-13
    • 文件大小:14336
    • 提供者:
  1. STC12C5204ADPWatchdog

    0下载:
  2. STC12C5204AD单片机学习板看门狗应用程序。说明:1.当K1键被按下时,将执行一个死循环while(1) 该循环中不存在喂狗指令,单片机会因为看门狗定时器时间到而被强 行复位 2. 喂狗指令为WDT_CONTR=0x3b ,在看门定时器定时时间到之前,必须通过该指令对看门狗定时器清零,否则复位 -STC12C5204AD learning board watchdog microcontroller applicati
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-13
    • 文件大小:24576
    • 提供者:
  1. STC12C5204AD-Development-Board

    0下载:
  2. STC12C5204AD单片机开发学习系统用户手册,描述了开发办的构成以及部分源码对应的硬件结构图等-STC12C5204AD microcontroller development learning system user manual describes the development office and some source code corresponding to the composition of the hardwa
  3. 所属分类:文件格式

    • 发布日期:2024-06-13
    • 文件大小:11451392
    • 提供者:
  1. STC12C5204AD-Schematic

    0下载:
  2. STC12C5204AD开发板原理图,pdf格式,没有protel格式的,STC12C5204AD单片机开发的好资料-STC12C5204AD development board schematics, pdf format, no protel format, STC12C5204AD microcontroller development of good information
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-13
    • 文件大小:461824
    • 提供者:王小明
  1. No.29---AD-exchange-STC12C5204AD

    0下载:
  2. STC12C5204AD开发板上AD转换程序,实现8位电压AD转换,结果显示在1602液晶上,范围为0-5V,将AD转换输出的0-255的数表示为相应的电压值-STC12C5204AD development board AD conversion process to achieve the 8-bit AD converter voltage, the results show in 1602, the range of 0-5V,
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-13
    • 文件大小:22528
    • 提供者:王小明
  1. NO.5-LED-display-random-digtial

    0下载:
  2. STC12C5204AD实验板上数码管静态显示十位任意数字的程序,在实验板上验证通过-STC12C5204AD experimental panel display ten digital still any number of procedures, verified by the experimental board
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-13
    • 文件大小:11264
    • 提供者:王小明
  1. NO.17-1602--digital-and-Letter

    0下载:
  2. STC12C5204AD实验板上1602液晶模块字母数字混合显示程序,在开发板上试验通过-STC12C5204AD 1602 breadboard module alphanumeric display program, through the development board test
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-13
    • 文件大小:18432
    • 提供者:
  1. NO.20-control-buzzer-buzzer

    0下载:
  2. STC12C5204AD实验板上蜂鸣器蜂音控制 程序,在开发板上试验通过-STC12C5204AD experimental board buzzer buzzer control procedures, testing by the development board
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-13
    • 文件大小:10240
    • 提供者:
  1. STC12C5204AD

    0下载:
  2. STC12C5204AD单片机实现PWM调制音频的C语言程序例子-STC12C5204AD MCU PWM modulation audio examples of the C language program
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-13
    • 文件大小:28672
    • 提供者:永生
  1. STC12C5204AD-ADC

    0下载:
  2. STC12C5204AD ADC 单片机adc-STC12C5204AD ADC
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-13
    • 文件大小:4096
    • 提供者:王刚
« 12 »

源码中国 www.ymcn.org