登录
首页 » SCM » 51单片机开发板,有数码管、按键、数模转换、液晶显示

51单片机开发板,有数码管、按键、数模转换、液晶显示

于 2022-01-22 发布 文件大小:1.09 MB
0 74
下载积分: 2 下载次数: 1

代码说明:

51单片机开发板,有数码管、按键、数模转换、液晶显示-51 MCU development board, with digital control, buttons, digital-analog conversion, liquid crystal display, etc.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • C8051f021单片机 ASm 头文件
    C8051f021单片机 ASm 头文件-C8051f021 SCM ASm header files
    2023-05-08 10:45:02下载
    积分:1
  • 程序运行于C8051F020,主要功能是利用C8051F020自带的DAC生成一个正弦波...
    程序运行于C8051F020,主要功能是利用C8051F020自带的DAC生成一个正弦波-procedures in the C8051F020, Its main function is to bring their own use C8051F020 the DAC generating a sinusoidal
    2023-05-21 19:55:02下载
    积分:1
  • SD卡读写程序 1. sdconfig.h: 该文件为SD卡读写模块配置头文件,用户可根据实际硬件条件进行修改. 2. SD目录: SD卡读写模块的全部...
    SD卡读写程序 1. sdconfig.h: 该文件为SD卡读写模块配置头文件,用户可根据实际硬件条件进行修改. 2. SD目录: SD卡读写模块的全部文件,一般不用修改. 3. 建议sdconfig.h文件不要放于SD目录中,因为SD目录中的文件一般无须修改, 而sdconfig.h通常会有改动.-1. Sdconfig.h: The document for the SD card reader module configuration header files, the user hardware according to actual conditions can be modified. 2. SD directory: SD card reader module of all the documents, the general need not be amended. 3. Proposed sdconfig. h files directory should not be put in SD because SD files in the directory are not normally required to be amended and the changes are usually sdconfig.h.
    2022-01-26 02:34:36下载
    积分:1
  • 系统的最小板程序,可以作为其他开发的基础!可以通过键盘控制!...
    系统的最小板程序,可以作为其他开发的基础!可以通过键盘控制!-the smallest board procedures, can be used as the basis for other development! Keyboard control can!
    2022-02-05 06:26:34下载
    积分:1
  • 其中的usb端口通信已经作为一个模块来使用,用户只需用以下函数就可以对usb端口进行方便地读写: unsigned char D12_WriteEndpo...
    其中的usb端口通信已经作为一个模块来使用,用户只需用以下函数就可以对usb端口进行方便地读写: unsigned char D12_WriteEndpoint(unsigned char endp, unsigned char len, unsigned char * buf) 此为usb端点输出函数,endp是要进行通信的端点,取值为3(普通端点,最大可一次传输16byte)或5(主端点,最大可一次传输64byte);len为一次输出数据长度;*buf为数据所在位置。 usb端点数据的读操作是由底层函数自动完成的(相关函数为unsigned char D12_ReadEndpoint(unsigned char endp, unsigned char len, unsigned char * buf); 相应端点为2和4),所读到的数据存于GenEpBuf[](普通端点)、MainEpBuf[]或EpBuf[](主端点)中,用户可以直接读取使用。-Usb port communication which has been used as a module, the user can use the following function on the usb port can easily read and write: unsigned char D12_WriteEndpoint (unsigned char endp, unsigned char len, unsigned char* buf) This is the endpoint usb output function, endp is to communicate the endpoint, the value for 3 (common endpoint, the first transmission maximum 16byte) or 5 ( the main endpoint, the first transmission maximum 64byte) len Length of output data for the first time * buf location for data. usb endpoint data is read
    2023-06-14 23:15:04下载
    积分:1
  • MP430F149中文应用资料 MSP430单片机的开发及应用
    MP430F149中文应用资料 MSP430单片机的开发及应用 -MP430F149 Chinese language materials development and application MSP430 MCU
    2022-09-30 06:55:03下载
    积分:1
  • 具有固定的“红灯―绿灯”转换间隔,并自动切换。它们一般由“通行与禁止时间控制显示、红黄绿三色信号灯和方向指示灯”三部分组成。在交通灯的通行与禁止时间控制显示中,...
    具有固定的“红灯―绿灯”转换间隔,并自动切换。它们一般由“通行与禁止时间控制显示、红黄绿三色信号灯和方向指示灯”三部分组成。在交通灯的通行与禁止时间控制显示中,通常要么东西、南北两方向各50秒;要么根据交通规律,东西方向60秒,南北方向40秒,时间控制都是固定的。交通灯的时间控制显示,以固定时间值预先“固化”在单片机中,每次只是以一定周期交替变化。-having fixed the "red light-green light" switch partitions, and automatic switching. They are generally from "prohibiting access and time control, red-yellow-green lights and direction indicator" is composed of three parts. Traffic lights in the passage of time and prohibit control indicates that things are usually either the north-south direction of the two 50 seconds; either on the basis of traffic laws, an east-west direction 60 seconds, 40 seconds north-south direction, the time control are fixed. Traffic lights to the time control, a pre-fixed time value "cured" in SCM, each is a certain cycle alternation.
    2022-01-25 16:49:25下载
    积分:1
  • msp430利用SPI接口与CC2500通讯,来实现与其他利用CC2500为无线收发器的单片机通讯
    msp430利用SPI接口与CC2500通讯,来实现与其他利用CC2500为无线收发器的单片机通讯-MSP430 and CC2500 using SPI interface communication, to achieve with other use of CC2500 transceiver for wireless communication microcontroller
    2022-07-08 05:02:13下载
    积分:1
  • 使用51单片机用算法的方式来产生SPWM的程序
    使用51单片机用算法的方式来产生SPWM的程序-Use 51 MCU way to use the algorithm to generate SPWM program
    2022-03-14 16:24:52下载
    积分:1
  • avr单片机EEPROM读写程序 经过调试,已经成功进行读写
    avr单片机EEPROM读写程序 经过调试,已经成功进行读写-avr after single-chip EEPROM read and write debug procedures have been successfully read and write
    2022-07-04 18:57:03下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载