-
自己写的ATmega16单片机驱动1602液晶的头文件,本人已测试通过,不错!...
自己写的ATmega16单片机驱动1602液晶的头文件,本人已测试通过,不错!-himself wrote the ATmega16 LCD Driver 1602 for the first document, I have been tested, yes!
- 2022-07-12 20:04:14下载
- 积分:1
-
lcd display program, LCD menu program for learning the use of LCD
lcd显示程序,LCD菜单程序,可供学习LCD者使用
-lcd display program, LCD menu program for learning the use of LCD
- 2023-07-09 00:25:02下载
- 积分:1
-
可以实现fat文件系统,在单片机上也可以进行改造!
可以实现fat文件系统,在单片机上也可以进行改造!-can achieve fat file system, the MCU can also transform!
- 2023-07-22 18:55:03下载
- 积分:1
-
Button 一个国外大学生毕业设计,用的是AVR单片机
Button 一个国外大学生毕业设计,用的是AVR单片机-Button a foreign university graduates design, the AVR
- 2022-02-06 00:24:47下载
- 积分:1
-
用51单片机c语言编写的键盘扫描程序
用51单片机c语言编写的键盘扫描程序-With 51 single-chip c language keyboard scanner
- 2022-03-02 19:27:01下载
- 积分:1
-
AVR ATMEGA32可以同时四路PWM输出,同时四路频率可调,占空比可调...
AVR ATMEGA32可以同时四路PWM输出,同时四路频率可调,占空比可调-AVR ATMEGA32 four PWM output at the same time, while four-way adjustable frequency, adjustable duty cycle
- 2022-02-09 21:56:04下载
- 积分:1
-
不错的液晶资料,带有实例程序可以学习单片机下的编程方法。...
不错的液晶资料,带有实例程序可以学习单片机下的编程方法。-LCD good information, with examples of procedures to learn the programming method of single-chip microcomputer.
- 2023-01-22 07:15:03下载
- 积分:1
-
ATmega64+12864液晶,快速图形处理,实现俄罗斯方块。带运行效果图。...
ATmega64+12864液晶,快速图形处理,实现俄罗斯方块。带运行效果图。-ATmega64+ 12864 LCD, fast graphics processing, the realization of the Russian box. Run with the effect of Fig.
- 2023-08-28 19:55: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
-
LT_1B msp430开发板例子程序-TA_7
LT_1B msp430开发板例子程序-TA_7
- 2023-05-14 19:20:02下载
- 积分:1