-
以上是一些简单的单片机入门教程,
希望可以对刚学单片机的朋友有点帮助...
以上是一些简单的单片机入门教程,
希望可以对刚学单片机的朋友有点帮助-These are some simple single-chip Tutorial, hope that we can just learn a little bit to help a friend SCM
- 2022-01-26 04:50:55下载
- 积分:1
-
89S51的程序,实现秒表功能秒表C51程序,包含键盘扫描,在数码管上显示各个数字,使用80C51单片机...
89S51的程序,实现秒表功能秒表C51程序,包含键盘扫描,在数码管上显示各个数字,使用80C51单片机 -89S51 procedures to achieve stopwatch function stopwatch C51 procedures, keyboard scanning, digital control in the various figures show that the use of 80C51 microcontroller
- 2022-05-20 04:55:15下载
- 积分:1
-
适用于51单片机的万年历算法.rar
适用于51单片机的万年历算法.rar-applied to the MCU 51 calendar algorithm. Rar
- 2022-05-26 12:46:24下载
- 积分:1
-
ADC7841 for 12 4
ADC7841 为12位4通道串行AD转换,本程序为SPCA061A为CPU 扩展ADC7841-ADC7841 for 12 4-channel serial AD converter, the procedures for SPCA061A for CPU expansion ADC7841
- 2022-05-08 11:16:31下载
- 积分:1
-
绝对好用的I2C和USBSWITCHTO232 绝对好用的I2C和USBSWITCHTO232
绝对好用的I2C和USBSWITCHTO232 绝对好用的I2C和USBSWITCHTO232-absolutely handy USBSWITCHTO232 I2C and the absolute ease of use of I2C and USBS WITCHTO232 absolutely handy I2C and USBSWITCHTO232
- 2022-07-09 03:41:39下载
- 积分:1
-
4*4键盘程序,来自msp430系列单片机
4*4键盘程序,来自msp430系列单片机-4* 4 keyboard procedures, from MCU Controller Series
- 2022-08-02 23:43:15下载
- 积分:1
-
液晶控制器S6B0724的控制。mplab 7.60+pic ccs 4.057
液晶控制器S6B0724的控制。mplab 7.60+pic ccs 4.057-LCD controller S6B0724 control. mplab 7.60+ pic ccs 4.057
- 2023-07-28 14:10:03下载
- 积分:1
-
用AVR单片机(ATMEGA8)编写的lcd AMPIRE128*64显示程序,用C语言编写,用GCCAVR开发,用proteus仿真通过....
用AVR单片机(ATMEGA8)编写的lcd AMPIRE128*64显示程序,用C语言编写,用GCCAVR开发,用proteus仿真通过.
- 2022-02-03 16:34:29下载
- 积分:1
-
51 Singlechip play the music of C51 process and circuit simulation with Proteus,...
51单片机播放音乐的C51程序和用Proteus仿真的电路图,上述两个软件均已上传,请站长慎查-51 Singlechip play the music of C51 process and circuit simulation with Proteus, the two have been upload software, please check station Shen
- 2023-08-15 11:00: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