-
51单片机汇编指令工具包
51单片机汇编指令工具包-51 SCM compilation instructions Kit
- 2022-02-16 09:40:44下载
- 积分:1
-
For there is no single
对于没有i2c接口的单片机来说,要用标准i2c器件通讯来说只能通过软件模拟了
本程序提供几个最高效的函数实现其功能,新方法,更高效-For there is no single-chip interface for i2c, i2c devices use standard communications software simulation run only through the procedures provided by several of the most efficient function to achieve its function, new methods, more efficient
- 2023-08-01 15:25:02下载
- 积分:1
-
用C8051F310的定时器来实现定时中断,进而实现在扬声器实现不同声音的输出...
用C8051F310的定时器来实现定时中断,进而实现在扬声器实现不同声音的输出-C8051F310 timer used to achieve regularly interrupted, and then realize the sound at different speaker output
- 2022-01-21 21:23:24下载
- 积分:1
-
一个用AVR 单片机开发的工程实例,应该对同行有很大帮助
一个用AVR 单片机开发的工程实例,应该对同行有很大帮助-A single-chip with AVR development project examples, it should be of great help to peer
- 2022-05-27 20:51:31下载
- 积分:1
-
本设计采用凌阳16 位单片机SPCE061A对步00进电机进行控制,通过IO口输出的具有时序的方波作为步进电机的控制信号,信号经过芯片L298N驱动步进电机;...
本设计采用凌阳16 位单片机SPCE061A对步00进电机进行控制,通过IO口输出的具有时序的方波作为步进电机的控制信号,信号经过芯片L298N驱动步进电机;-This design uses 16-bit single-chip Sunplus SPCE061A to step into the motor control 00, through the IO port with the output timing of the square wave as a stepper motor control signal, the signal after the chip stepper motor driver L298N
- 2022-03-11 08:22:44下载
- 积分:1
-
红外解码程序,该程序可为用户提供正确的解码方案,但前提是理解好每个红外的发送过程...
红外解码程序,该程序可为用户提供正确的解码方案,但前提是理解好每个红外的发送过程-IR decoding process, which can provide users with the correct decoding, but the premise is a good understanding of the sending process for each infrared
- 2022-02-02 21:15:31下载
- 积分:1
-
C51单片机与PC机串行通信源程序,现与大家分享
C51单片机与PC机串行通信源程序,现与大家分享-C51 MCU and PC serial communication source, is to share with you
- 2022-03-29 13:59:06下载
- 积分: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
-
共同学习.共同进步.才学孰浅,请各位前辈多多指教.
共同学习.共同进步.才学孰浅,请各位前辈多多指教.-learning together. Common progress. Scholarship-- shallow, please predecessors exhibitions.
- 2022-02-12 22:10:47下载
- 积分:1
-
智能遥控电风扇控制器源程序,可以实现风速换档,带有温度控制,所有功能可用遥控完成...
智能遥控电风扇控制器源程序,可以实现风速换档,带有温度控制,所有功能可用遥控完成-Intelligent Remote Controller source fans, can achieve a speed of transmission, with temperature control, all functions can be remote-controlled completed
- 2022-02-15 17:17:32下载
- 积分:1