-
GPS的发展nea1803 51单片机和12864的串口数据采集中断…
GPS开发 NEA1803 51单片机与12864 由串口中断收取数据 显示经度纬度 高度 速度 时间 使用卫星数-GPS development NEA1803 51 SCM and 12864 collected by the serial interrupt data show a high degree of longitude latitude speed time-use satellite
- 2022-11-17 06:05:03下载
- 积分:1
-
IIC协议读取24C02芯片的一些标准驱动函数
IIC协议读取24C02芯片的一些标准驱动函数-IIC protocol to read some of the standard 24C02 chip-driven functions
- 2022-06-13 15:25:07下载
- 积分:1
-
输入法,适用于单片机
输入法,适用于单片机-input method, applied to SCM
- 2023-08-02 02:45:03下载
- 积分: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
-
关于16行64列的LED点阵,能够左右移动,程序简单易懂,希望大家来下载...
关于16行64列的LED点阵,能够左右移动,程序简单易懂,希望大家来下载-16, line 64 on the LED dot-matrix, can move around, the program easy-to-read, I hope everyone to download
- 2023-03-02 13:25:03下载
- 积分:1
-
DS18B20测量温度 1602做为液晶显示温度
c语言编写 有注释
DS18B20测量温度 1602做为液晶显示温度
c语言编写 有注释-DS18B20 measuring temperature as a liquid crystal display 1602 temperature c languages have Notes
- 2022-11-11 01:20:03下载
- 积分:1
-
Proteus仿真实例,在Proteus下仿真液晶显示器,你可以使用…
Proteus仿真实例,在Proteus下仿真LCD,可以使用,郑重推荐!-Proteus simulation example, in the Proteus simulation under the LCD, you can use, solemnly recommended!
- 2023-06-25 08:50:03下载
- 积分:1
-
基于AT89S52的简易逻辑分析仪!IDE:VB6.0
通过单片机与电脑的串口链接将数据发送至电脑,由电脑分析逻辑波形!可保存波形数据,以备下此分析使用。...
基于AT89S52的简易逻辑分析仪!IDE:VB6.0
通过单片机与电脑的串口链接将数据发送至电脑,由电脑分析逻辑波形!可保存波形数据,以备下此分析使用。-Simple logic analyzer! IDE : VB6.0 through SCM and computer serial data link will be sent to a computer by computer analysis logic waveform! Kept waveform data for use under this analysis.
- 2022-03-03 06:02:37下载
- 积分:1
-
NES可以说是现下最老的游戏了,任天堂的经典游戏,这些年随着手机游戏的流行,NES游戏重新粉墨登场!...
NES可以说是现下最老的游戏了,任天堂的经典游戏,这些年随着手机游戏的流行,NES游戏重新粉墨登场!-NES can be said that holds many lessons for the oldest games, and Nintendo" s classic games, all these years with the popularity of mobile games, NES game back on stage!
- 2023-01-19 14:35:04下载
- 积分:1
-
在单片机应用设计中,4*4键盘是经常用到的,在这个程序种,提供了驱动键盘的基本函数,用户可以直接调用,可以很容易的移植到你的系统上。程序中并附带了,lcd160...
在单片机应用设计中,4*4键盘是经常用到的,在这个程序种,提供了驱动键盘的基本函数,用户可以直接调用,可以很容易的移植到你的系统上。程序中并附带了,lcd1602的驱动程序-Application in the design of single-chip, 4* 4 keyboard is frequently used in the process of providing the basic function-driven keyboard, users can directly call, can be easily ported to your system. And incidental to the proceedings, lcd1602 driver
- 2022-04-08 10:22:51下载
- 积分:1