-
msp430单片机控制输出PWM波,可以用来控制DC_DC变换用的控制信号,很好用...
msp430单片机控制输出PWM波,可以用来控制DC_DC变换用的控制信号,很好用-MSP430 single chip microcomputer to control the output PWM waves, can be used to control DC_DC transform the control signals used, very good use
- 2022-06-16 15:57:36下载
- 积分:1
-
单片机C语言初学教材,其中包括了很多关于单片机C语言的知识...
单片机C语言初学教材,其中包括了很多关于单片机C语言的知识
- 2023-08-17 08:40:04下载
- 积分:1
-
Queue for a beeper, the main function is : keyboard control LCD achieve 485 news...
此程序为一排队机呼叫器,主要功能是:用键盘控制液晶显示实现485通讯,具体协议可参考《排队机通讯协议050609.doc》.编译环境为ICC-AVR6.3,采用了ATmega8芯片,晶振速率为6.0000Mhz-Queue for a beeper, the main function is : keyboard control LCD achieve 485 newsletters, reference specific agreement "Queue 050609.doc communication protocol." Build environment for the ICC-AVR6.3 using the ATmega8 chips, crystal rate of 6. 0000Mhz
- 2022-04-24 08:46:21下载
- 积分:1
-
此为一个详细的程序源代码 由单片机PIC16F873检测电平,并送至1802显示,包含各种操作功能...
此为一个详细的程序源代码 由单片机PIC16F873检测电平,并送至1802显示,包含各种操作功能-This is a detailed source code from the single-chip PIC16F873 detection level, and to the 1802 show, including a variety of operating functions
- 2023-07-12 07:35:04下载
- 积分:1
-
使用IAR编译器移植ucOS到S3C44B0X上
使用IAR编译器移植ucOS到S3C44B0X上 -Use IAR compiler to S3C44B0X on transplantation uCOS
- 2023-06-09 01:20:02下载
- 积分:1
-
一个简单的射击游戏,但必须和操作系统配合使用,可以学习算法。...
一个简单的射击游戏,但必须和操作系统配合使用,可以学习算法。-a simple shooting game, but must be used in conjunction with the operating system and can be learning algorithm.
- 2022-05-10 10:32:58下载
- 积分:1
-
pic16c5x系列单片机应用设计是学习pic16c5x系列单片机的好书哦~~ 想好了就下吧~ 不过需要超星浏览器哦~~ 格式:pdg 解压密码:无
pic16c5x系列单片机应用设计是学习pic16c5x系列单片机的好书哦~~ 想好了就下吧~ 不过需要超星浏览器哦~~ 格式:pdg 解压密码:无-pic16c5x Series MCU application design study pic16c5x Series MCU ~ ~ Oh, the books to good on the next- but it needs Superstar browser oh ~ ~ Format : PDG extracting passwords : None
- 2023-08-27 07:55:04下载
- 积分:1
-
我第一次从事这些活动,我不太明白您们说说的源代码是什么,上载课件可以吗?
我第一次从事这些活动,我不太明白您们说说的源代码是什么,上载课件可以吗?-The first time I engaged in these activities, I do not quite understand you talk about what is the source code, courseware can upload it?
- 2023-09-02 22:55:05下载
- 积分:1
-
将键盘发回的数据放到一个缓冲区里(数组),当按键结束后发生内部中断来处理所按的按键...
将键盘发回的数据放到一个缓冲区里(数组),当按键结束后发生内部中断来处理所按的按键-returned to the keyboard data in a buffer (the array), when the button after internal interruption to processing by the key
- 2022-03-20 07:46:15下载
- 积分: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