-
用AT89C2051实现程序A/D转换程序,用PWM模拟输出。
用AT89C2051实现程序A/D转换程序,用PWM模拟输出。-Procedures using AT89C2051 realize A/D conversion process, using PWM analog outputs.
- 2022-02-24 21:48:51下载
- 积分:1
-
51单片机上实现对PS2手柄的解析,已经实验通过。
51单片机上实现对PS2手柄的解析,已经实验通过。-51 microcontroller implemented on PS2 handle parsing experiment has already been passed.
- 2022-03-13 10:56: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
-
BasicCAN Driver
BasicCAN 驱动程序-BasicCAN Driver
- 2022-02-05 19:59:05下载
- 积分:1
-
avr单片机,对目标板的编程,测试显示灯,发送串口返回值
avr单片机,对目标板的编程,测试显示灯,发送串口返回值-avr microcontroller, the target board programming, testing lights, sending serial return values
- 2023-06-17 17:15:03下载
- 积分:1
-
本程序是并口FLASH 39sf040读写程序,并给出调用函数.
本程序是并口FLASH 39sf040读写程序,并给出调用函数.-This procedure is a parallel port to read and write FLASH 39sf040 procedures, and gives call function.
- 2022-06-29 05:05:57下载
- 积分:1
-
与终端的通讯
1.1 采用标准的UART通讯协议,波特率为9600,没有校验位,一个停止位。
1.2 通讯的过程是主从式半双工的。
1.3 详细的通...
与终端的通讯
1.1 采用标准的UART通讯协议,波特率为9600,没有校验位,一个停止位。
1.2 通讯的过程是主从式半双工的。
1.3 详细的通讯协议参见芮鹤龄的文档。
-2051
- 2022-02-20 19:44:01下载
- 积分:1
-
at89c51ed2看门狗程序
at89c51ed2看门狗程序-at89c51ed2 watchdog procedures
- 2022-01-25 19:18:49下载
- 积分:1
-
ISP的下载使用,对硬件的开发很有用的东西,
ISP的下载使用,对硬件的开发很有用的东西,-ISP download use, the development of hardware useful things
- 2022-02-10 01:25:43下载
- 积分:1
-
比较时钟的另类应用
比较时钟的另类应用---模拟发送红外遥控的波形
比较时钟一般用来作一个固定的定时器,做系统时钟或固定的时钟任务,-Comparison of the alternative application of the clock to send the infrared remote control--- Simulation waveforms generally used for clock compared to a fixed timer, so the system clock or the clock fixed tasks,
- 2022-06-19 04:31:15下载
- 积分:1