-
With 51 single
用51单片机keilc编写的DDS并行编程,可以产生波形。-With 51 single-chip DDS prepared keilc parallel programming, can generate waveforms.
- 2023-08-31 04:05:04下载
- 积分: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
-
此为标准按键控件的C源代码,此为头文件此控件应用起来比较方便...
此为标准按键控件的C源代码,此为头文件此控件应用起来比较方便-this button controls for the standard C source code, which was the first such document control applications up more convenient
- 2022-09-01 19:05:03下载
- 积分:1
-
SCM notes
单片机 音符---音频转换程序 附带 十六进制 音节标语-SCM notes--- audio conversion fringe hexadecimal syllable slogan
- 2022-07-11 11:13:03下载
- 积分:1
-
CH375 是一个USB总线的通用接口芯片,支持USB
CH375 是一个USB总线的通用接口芯片,支持USB-HOST主机方式和USB-DEVICE/SLAVE设备方式。在本地端,CH375具有8位数据总线和读、写、片选控制线以及中断输出,可以方便地挂接到单片机/DSP/MCU/MPU等控制器的系统总线上。在USB主机方式下CH375还提供了串行通讯方式,通过串行输入、串行输出和中断输出与单片机/DSP/MCU/MPU 等相连接。 CH375 的USB 设备方式与CH372 芯片完全兼容,CH375 包含了CH372 的全部功能。本手册中没有提供CH375 在USB 设备方式下的说明,相关资料可以参考CH372 手册。 CH375的USB 主机方式支持常用的USB 全速设备,外部单片机可以通过CH375 按照相应的USB 协议与USB 设备通讯。CH375 还内置了处理Mass-Storage 海量存储设备的专用通讯协议的固件,外部单片机可以直接以扇区为基本单位读写常用的USB 存储设备(包括USB 硬盘/USB 闪存盘/U 盘)。-Document for CH372 usb style
- 2023-09-03 16:50:03下载
- 积分:1
-
按键扫描 51单片机加8279
8279通过74LS 138译码器扩展4×4键盘、6位显示器。
由3...
按键扫描 51单片机加8279
8279通过74LS 138译码器扩展4×4键盘、6位显示器。
由3-8译码器对SL0~SL2译出键扫描线,由另一3-8译码器译出显示器的位扫描线,并采用了编码扫描方式。
为了防止出现重键现象,扫描输出线高位SL3不参加键扫描译码。CPU对8279的监视采用了查询方式,故8279的中断请求信号IRQ悬空未用。
-Scan button 82,798,279 plus 51 single-chip decoder 74LS 138 through the expansion of 4 × 4 keyboard, the display 6. From 3-8 decoder SL0 ~ SL2 translated to the key scanning line, by another 3-8 decoder translated display scan line, and uses code scanning. In order to prevent the emergence of the phenomenon of re-key, scan the output line does not take part in high level SL3 scan decoding keys. CPU on the 8279 surveillance using the query mode, the 8279 interrupt request signal IRQ left unused.
- 2022-03-09 10:15:53下载
- 积分:1
-
基于16c54的4位LED时钟显示程序
基于16c54的4位LED时钟显示程序-16c54 based on the four LED clock display program
- 2023-07-13 20:50:03下载
- 积分:1
-
MSP430 LCD programming code 12864 Parallel Driver 12864 Serial Driver
MSP430 LCD编程代码12864 Parallel Driver 12864 Serial Driver-MSP430 LCD programming code 12864 Parallel Driver 12864 Serial Driver
- 2022-06-30 07:01:24下载
- 积分:1
-
Step Wireless Measurement Instrument
步进式无线测量仪
- 2022-03-10 08:37:23下载
- 积分:1
-
一个本人编写的时钟程序,用stc芯片,四位数码管,74ls164译码器。...
一个本人编写的时钟程序,用stc芯片,四位数码管,74ls164译码器。-I prepared a clock procedures, using STC chips, four digital tube, 74ls164 decoder.
- 2022-03-01 23:08:23下载
- 积分:1