-
C51定时器应用-实时时钟
C51定时器应用-实时时钟-C51 timer application-real-time clock
- 2023-04-18 08:10:03下载
- 积分:1
-
ARM的计数器中断实验。是基于Keil For Arm的。
ARM的计数器中断实验。是基于Keil For Arm的。-ARM interrupt counter experiments. Is based on the Keil For Arm.
- 2022-02-04 05:36:24下载
- 积分:1
-
倒车雷达源程序代码,包括车载万年历,车内外温度显示,距离显示,声光报警。...
倒车雷达源程序代码,包括车载万年历,车内外温度显示,距离显示,声光报警。-Reversing radar source code, including car calendar, car inside and outside temperature display, distance display, sound and light alarm.
- 2022-06-20 21:26:20下载
- 积分:1
-
msp430浮点库,浮点运算很好的例子!
msp430浮点库,浮点运算很好的例子!-Controller floating point libraries, floating-point operations a good example!
- 2022-06-18 02:41:17下载
- 积分:1
-
通过pid算法来对水温的测量、控制等功能
通过pid算法来对水温的测量、控制等功能-Pid algorithm adopted to temperature measurement, control and other functions
- 2022-02-24 11:10:05下载
- 积分:1
-
lm16032 driver, completed lm16032 some basic features.
lm16032驱动程序,完成了lm16032的一些基本功能。-lm16032 driver, completed lm16032 some basic features.
- 2022-03-30 03:59:47下载
- 积分:1
-
这是应用在Philips的D12上的源代码。很有用的哦。
这是应用在Philips的D12上的源代码。很有用的哦。-These source code applies in D12 of Philips,it s very valuable.
- 2023-05-30 11:15:03下载
- 积分:1
-
dds digital frequency synthesis principle simulation program, download, will be...
dds 数字频率合成原理仿真程序,下载后,将后缀改为.m即可-dds digital frequency synthesis principle simulation program, download, will be replaced by the suffix. m can
- 2022-12-29 09:20:02下载
- 积分: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
-
MSP430为MSP430串口GPS采用GPS接口程序…
MSP430和GPS的接口程序,通过MSP430的串口接收GPS发出的数据-MSP430 and the GPS interface procedure for the adoption of the MSP430 serial GPS receiver data issued
- 2022-06-15 14:02:48下载
- 积分:1