-
编辑音乐乐谱 通过单片机实现音乐编辑功能
编辑音乐乐谱 通过单片机实现音乐编辑功能-Edit music notation through the single-chip realization of the music editing features
- 2022-01-22 16:32:38下载
- 积分:1
-
源码PB做的一个全新的触摸屏系统,请大家试用
源码PB做的一个全新的触摸屏系统,请大家试用-PB-source to do an entirely new touch screen system, U.S. trial
- 2023-03-01 20:30:04下载
- 积分:1
-
c51拼音输入法~~带了很多注解~很实用
c51拼音输入法~~带了很多注解~很实用-Pinyin Input Method C51 ~ ~ ~ with a lot of very useful comments
- 2022-02-05 04:30:19下载
- 积分:1
-
Freescale MCU serial communications, data packets, sends the data to support nor...
freescale单片机串行通讯程序,数据包方式,支持数据发送正常检验,并可使用命令实现对片机FLASH的读、写和擦除功能。-Freescale MCU serial communications, data packets, sends the data to support normal testing and can be used to achieve an order-of-FLASH read, write and erase functions.
- 2022-08-10 04:44:43下载
- 积分:1
-
一个电子时钟做:用定时器0中断定时,控制电子…
做一个电子钟:利用定时器0定时中断,控制电子钟走时;利用单片机上的六个数码管显示时、分、秒。-An electronic clock to do: Using Timer 0 interrupt timing, control of electronic bell away the use of the six single-chip digital display hours, minutes and seconds.
- 2022-07-13 07:17:49下载
- 积分: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
-
基于AT89C2051的平方
基于at89c2051的方波发生器,MAIN: MOV SP,#60H 设置SP指针
MOV R0,#50H 显示缓冲区首地址时50H
ML0: CLR A
MOV @R0,A 显示缓冲区清零
INC R0
CJNE R0,#55H,ML0-AT89C2051 based on the square-wave generator, MAIN: MOV SP,# 60H Set SP pointer MOV R0,# 50H shows that the first address buffer 50HML0: CLR A MOV @ R0, A display buffer cleared INC R0 CJNE R0,# 55H, ML0
- 2022-11-01 17:45:03下载
- 积分:1
-
SCM calendar clock procedures
单片机日历时钟程序-SCM calendar clock procedures
- 2023-05-25 16:05:03下载
- 积分:1
-
24c64 read write AT89C51 the C source code
at89c51 读取写入24c64的C源代码-24c64 read write AT89C51 the C source code
- 2022-02-15 09:27:32下载
- 积分:1
-
Serial port to send a character, want to have just started to learn microcontrol...
串口发送一个字符,希望对刚开始学单片机的同学有帮助-Serial port to send a character, want to have just started to learn microcontroller help students
- 2022-05-10 12:29:39下载
- 积分:1