-
LCD graphics input. FYD12864 show ... control of a pig, blinking and other effec...
液晶显示图形输入.FYD12864显示小猪...控制一位,闪烁等效果-LCD graphics input. FYD12864 show ... control of a pig, blinking and other effects
- 2023-07-13 12:15:03下载
- 积分:1
-
Single
AT89S51learning 经典的单片机资料
入门级资料 易学全面-Single-chip data AT89S51learning classic entry-level information to learn the full
- 2022-03-23 10:23:14下载
- 积分:1
-
51单片机 12864液晶 多级菜单编程
51单片机 12864液晶 多级菜单编程-51 MCU 12864LCD Menu Programming
- 2022-02-22 10:18:24下载
- 积分:1
-
Ps2键盘驱动程序,用C51单片机驱动PS2键盘接口
Ps2键盘驱动程序,用C51单片机驱动PS2键盘接口
- 2022-05-28 07:05:30下载
- 积分:1
-
收入
入式2410开发板-income-2410 development board
- 2022-01-26 08:22:35下载
- 积分:1
-
- 2022-10-26 08:55:04下载
- 积分:1
-
resolution of the AD converter reference voltage =/(total element 1) When the AD...
AD转换的分辨率=参考电压/(总元素-1) 当AD为8位,总元素=256(ff)取参考电压=Vdd=5V时 分辨率=5/(256-1)= 0.019607843-resolution of the AD converter reference voltage =/(total element 1) When the AD for eight, with a total element = 256 (ff) the reference voltage Vdd = = = 5V resolution 5/(256-1) = 0.019607843
- 2022-04-08 03:15:09下载
- 积分:1
-
51单片机5043eeprom驱动程序源码肯定是好地,大家好好用吧!
51单片机5043eeprom驱动程序源码肯定是好地,大家好好用吧!-51 SCM 5043eeprom driver source code is certainly well, we make good use!
- 2022-10-07 18:25:03下载
- 积分:1
-
斜度计的MSP430程序,挺好的程序,大家
斜度计的MSP430程序,挺好的程序,大家-Gradient of MSP430 procedures, very good procedures for U.S.
- 2022-03-04 02:50:42下载
- 积分: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