-
结合温度传感器的实现测温度的C程序 这个小项目用到了比较多的AVR单片机的资源 是个不错的学习例程...
结合温度传感器的实现测温度的C程序 这个小项目用到了比较多的AVR单片机的资源 是个不错的学习例程-Realize the combination of temperature sensor measuring the temperature of the C program that uses a relatively small projects and more resources AVR MCU is a good learning routines
- 2023-06-11 15:05:08下载
- 积分: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
-
LCD 1602 AVR下显示驱动程序.使用的是ATMEL公司的AVR芯片ATMEGA16.只要稍加修改可以移植到其他单片机上....
LCD 1602 AVR下显示驱动程序.使用的是ATMEL公司的AVR芯片ATMEGA16.只要稍加修改可以移植到其他单片机上.-LCD 1602 AVR display driver. Using ATMEL
- 2022-03-24 08:56:05下载
- 积分:1
-
休眠模式下的AD转换,高速,10位,更低功耗
休眠模式下的AD转换,高速,10位,更低功耗-Hibernation mode AD conversion, high-speed, 10, lower power consumption
- 2022-03-21 22:10:25下载
- 积分:1
-
MSP430技术培训讲义资料,是学习TI 单片机的绝好资料。
MSP430技术培训讲义资料,是学习TI 单片机的绝好资料。-MSP430 lectures and technical training information, is an excellent learning TI Single Chip information.
- 2022-04-28 05:40:47下载
- 积分:1
-
MCS51 LCD controller and interface applications, the FX
LCD控制器与MCS51接口的应用, FX-TXXXXC256A系列LCD控制器支持256色的TFT, 分辨率支持320*240(234), 400*240(234), 480*240(234), 640*480, 800*600等-MCS51 LCD controller and interface applications, the FX-series TXXXXC256A LCD controller supports 256-color TFT, resolution 320* 240 (234) 400* 240 (234) 480* 240 (234) 640* 480 and 800* 600 etc.
- 2022-03-21 09:15:02下载
- 积分:1
-
232同485转换的pcb图,有需要的只要稍加修改一下就可以了
232同485转换的pcb图,有需要的只要稍加修改一下就可以了-232 with 485 conversion pcb diagram, there is a need for as long as a little tinkering can be a
- 2022-03-25 08:11:07下载
- 积分:1
-
单片机KeilC学习例程,不需要数点基础,可以掌握C51的使用
单片机KeilC学习例程,不需要数点基础,可以掌握C51的使用-Microcontroller KeilC learning routines, no basis for a number of points, you can master the use of C51
- 2022-02-25 09:32:24下载
- 积分:1
-
温度计原理图和源码
温度计原理图和源码-thermometer schematic and source
- 2023-04-15 00:25:03下载
- 积分:1
-
RS422 RS485 technical standards
RS422 RS485技术标准-RS422 RS485 technical standards
- 2022-04-23 00:46:12下载
- 积分:1