-
掌握单片机的应用开发需要一个过程。首先必须掌握数字电路和模拟电路方面的知识,还必须学习单片机原理、硬件结构、扩展接口和编程语言。...
掌握单片机的应用开发需要一个过程。首先必须掌握数字电路和模拟电路方面的知识,还必须学习单片机原理、硬件结构、扩展接口和编程语言。-master SCM application development requires a process. One must first master digital circuits and circuit simulation in terms of knowledge, must also learn SCM principle, hardware structure, expansion interfaces and programming languages.
- 2023-08-17 03:05:04下载
- 积分:1
-
nRF2401A MSP430
nRF2401A for MSP430 -nRF2401AnRF2401A for MSP430nRF2401A for MSP430
- 2022-04-20 15:37:12下载
- 积分:1
-
AVR的例子(IAR工程)13包含proteus仿真源代码检查…
AVR examples(IAR工程)
13个包含Proteus仿真的AVR源码例子。-AVR examples (IAR works) 13 contains the Proteus simulation AVR source code examples.
- 2022-01-27 23:32:08下载
- 积分:1
-
XMEGA 系列单片机的485 和 红外通信测试代码,在 IAR AVR 5.30环境已测试通过...
XMEGA 系列单片机的485 和 红外通信测试代码,在 IAR AVR 5.30环境已测试通过-XMEGA Series MCU 485 and infrared communication test code, IAR AVR 5.30 environment have been tested
- 2022-10-27 23:30:03下载
- 积分:1
-
NEC标准遥控接收处理程序,OK的IIC通讯程序,51单片机定时中断程序...
NEC标准遥控接收处理程序,OK的IIC通讯程序,51单片机定时中断程序-NEC Standard Remote Control Receiver processing, OK for IIC communication procedures, 51 MCU timer interrupt program
- 2022-08-04 08:19:51下载
- 积分:1
-
Singlechip in spi can be used to prepare the data manual.
单片机在spi编写的可以用到的数据手册。-Singlechip in spi can be used to prepare the data manual.
- 2022-02-07 00:52:30下载
- 积分: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
-
用单片机 AVR mega48来模拟usb 很好的通讯方案
用单片机 AVR mega48来模拟usb 很好的通讯方案-MCU AVR mega48 used to simulate the usb good communications program
- 2022-07-05 07:39:05下载
- 积分:1
-
16输入8输出单片机程序
16输入8输出单片机程序-16 input output MCU procedure 8
- 2022-04-29 17:26:21下载
- 积分:1
-
虽然很多人都知道FFT是什么,可以用来做什么,怎么去做,但是却不知道FFT之后的结果是什意思、如何决定要使用多少点来做FFT。...
虽然很多人都知道FFT是什么,可以用来做什么,怎么去做,但是却不知道FFT之后的结果是什意思、如何决定要使用多少点来做FFT。-Although a lot of people know what is the FFT can be used to what to do, how to do, but do not know the results after the FFT is a very mean, how to decide how many points do want to use FFT.
- 2023-02-10 17:45:03下载
- 积分:1