-
密码引爆器 输入正确引爆 错误发出警告 可仿真
密码引爆器 输入正确引爆 错误发出警告 可仿真-asfdg fgh dfgh fgjyhjk n d
- 2022-05-06 02:51:34下载
- 积分:1
-
- 2022-08-16 10:45:42下载
- 积分:1
-
LCD driver source, the microcontroller is AT89C52.
这是JHD19264液晶显示器的驱动源程序,单片机采用的是AT89C52.-LCD driver source, the microcontroller is AT89C52.
- 2022-08-15 01:14:47下载
- 积分:1
-
24e1的无线通讯原程序,可以从该原码中,学习到怎样做利用24E1来做无线开发...
24e1的无线通讯原程序,可以从该原码中,学习到怎样做利用24E1来做无线开发-24e1 wireless communication original procedure, from
this original code, how study does using 24E1 does wireless develops
- 2022-01-22 00:01:44下载
- 积分:1
-
数字电子钟程序,计时时、分、秒,手动调整时间,闹铃,和整点报时...
数字电子钟程序,计时时、分、秒,手动调整时间,闹铃,和整点报时-digital electronic clock procedures, a time when, minutes, and seconds, manual adjustments, Alarms, and the whole point is true.
- 2022-07-21 07:02:51下载
- 积分: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
-
DS18B20 temperature monitoring procedures, and single
DS18B20温度监控程序,上位机与单片机通过串口进行通信-DS18B20 temperature monitoring procedures, and single-chip host computer through the serial port to communicate
- 2023-08-19 01:05:03下载
- 积分:1
-
based single-chip temperature measurement using the principle of DS18B20 detaili
基于C51单片机的温度测量采用DS18B20的原理,详细介绍了DS18B20的使用。
- 2022-09-23 02:10:03下载
- 积分:1
-
单片机51控制的红外线遥控小车(原创),使用普通电视机遥控器遥控。含详细DOC说明文件和程序。...
单片机51控制的红外线遥控小车(原创),使用普通电视机遥控器遥控。含详细DOC说明文件和程序。-infrared remote control car (original), the use of ordinary TV remote control. DOC with detailed documentation and procedures.
- 2023-05-24 02:40:03下载
- 积分:1
-
This is my own written HD44780 LCD1602 LCD procedure is based on the AVR Single...
这是我自已写的HD44780 LCD1602液晶屏的程序,是基于AVR单片机上实现的。
/**************************************************************************************************
* 简介
*
* 本模块仅使用于字符显示液晶模块
*
* 当前版本的驱动仅支持以下类型LCD模块驱动:
* Hitachi HD44780 或与之兼容的芯片.
*
* LCD显示函数支持以下格式:
* 1 line x 16 characters 2 lines x 16 characters 4 lines x 16 characters
* 1 line x 20 characters 2 lines x 20 characters 4 lines x 20 characters
* 1 line x 24 characters 2 lines x 24 characters
* 1 line x 40 characters 2 lines x 40 characters
*说明:
* 1 line x 16 characters 需要定义为2*8的液晶模块
*
* 不支持外部内存模式
**************************************************************************************************/
-This is my own written HD44780 LCD1602 LCD procedure is based on the AVR Single Chip achievable. /*************************************************************************************************** Introduction** This module uses only the characters displayed in the LCD module** the current version of the driver
- 2022-03-22 03:56:19下载
- 积分:1