-
最近作的AD9852的FM扫频模式,自动计算频率,采用单片机的总线访问方式,非常方便,你要做 的就是填数...
最近作的AD9852的FM扫频模式,自动计算频率,采用单片机的总线访问方式,非常方便,你要做 的就是填数-Recently, the AD9852 for the FM sweep mode, automatic calculation of the frequency of the use of single-chip bus access method, a very convenient, you have to do is fill in a few
- 2022-05-25 07:24:40下载
- 积分:1
-
数字频率合成器DDS9851的驱动程序实验
数字频率合成器DDS9851的驱动程序实验-频 铣 DDS9851 实
- 2022-08-10 17:06:38下载
- 积分:1
-
UCOS2在51上的移植源码V1.1。学习UCOS的代码
UCOS2在51上的移植源码V1.1。学习UCOS的代码-UCOS2 51 on the transplant source V1.1. UCOS learning code
- 2023-04-14 21:05:04下载
- 积分:1
-
51单片机控制的电动自行车驱动系统源程序(CHUNTIAN)
51单片机控制的电动自行车驱动系统源程序(CHUNTIAN)
-51 microcomputer control drive system for electric bicycle source (CHUNTIAN)
- 2022-01-21 17:59:12下载
- 积分:1
-
S3C44B0X开发板源代码,有助了解和学习S3C44B0X的使用
S3C44B0X开发板源代码,有助了解和学习S3C44B0X的使用-S3C44B0X development board source code, will help the understanding and study of the use of S3C44B0X
- 2023-05-23 18:00:03下载
- 积分:1
-
STM32F103VBT6 实现 norflash 功能
STM32F103VBT6 实现 norflash 功能-STM32F103VBT6 realize norflash function
- 2022-07-26 15:37:39下载
- 积分:1
-
mp3播放器的c51程序
mp3播放器的c51程序-mp3 player"s decoder procedures
- 2022-08-02 20:00:49下载
- 积分:1
-
将18b20温度传感器数据送液晶显示,c51通用,调试通过,希望大家多参考使用...
将18b20温度传感器数据送液晶显示,c51通用,调试通过,希望大家多参考使用-read data from 18b20 T.sensor to LCD,c51 ,debug succsess,wish frieds using good.
- 2022-04-15 04:59:46下载
- 积分: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
-
sst25lf020a记忆的SPI驱动程序
SST25LF020A存储器SPI驱动程序-SST25LF020A memory SPI Driver
- 2022-01-26 01:10:08下载
- 积分:1