-
基于80C51单片机源码公开的操作系统1.20.2 版RTOSsmall_rtos1.20.2
基于80C51单片机源码公开的操作系统1.20.2 版RTOSsmall_rtos1.20.2-80C51 microcontroller based on the open-source operating system version 1.20.2 RTOSsmall_rtos1.20.2
- 2022-03-23 13:58:23下载
- 积分:1
-
avr单片机,对目标板的编程,测试显示灯,发送串口返回值
avr单片机,对目标板的编程,测试显示灯,发送串口返回值-avr microcontroller, the target board programming, testing lights, sending serial return values
- 2023-06-17 17:15:03下载
- 积分:1
-
一个新颖的自动调节匹配电阻阻值器,内有原理图,可供在家参考。...
一个新颖的自动调节匹配电阻阻值器,内有原理图,可供在家参考。-A novel resistance to match the automatic adjustment device, with a schematic diagram for reference at home.
- 2022-05-15 20:25:11下载
- 积分:1
-
msp430利用SPI接口与CC2500通讯,来实现与其他利用CC2500为无线收发器的单片机通讯
msp430利用SPI接口与CC2500通讯,来实现与其他利用CC2500为无线收发器的单片机通讯-MSP430 and CC2500 using SPI interface communication, to achieve with other use of CC2500 transceiver for wireless communication microcontroller
- 2022-07-08 05:02:13下载
- 积分:1
-
编写pwm程序的时候,肯定有用的程序,自己看一看
编写pwm程序的时候,肯定有用的程序,自己看一看-Preparation program when the pwm is definitely a useful program, take a look at their own
- 2022-08-20 20:24:26下载
- 积分:1
-
一个电子产品开发时的部分c代码D!绝对能用!
一个电子产品开发时的部分c代码D!绝对能用!-When an electronic product development part of c code D! Absolutely can!
- 2022-03-12 11:34:47下载
- 积分:1
-
C language source code commonly used algorithm commonly used algorithm C languag...
C语言常用算法源代码 C语言常用算法源代码-C language source code commonly used algorithm commonly used algorithm C language source code algorithm commonly used C language source code
- 2022-08-03 17:00:50下载
- 积分:1
-
state machine based on the SAA3010 infrared remote control procedures
基于状态机的SAA3010红外遥控接收程序-state machine based on the SAA3010 infrared remote control procedures
- 2022-03-24 04:51:07下载
- 积分:1
-
使用单片机C8051F330对无线发射接收模块进行配置与控制,使组件成为无线通讯中的终端,可与基站进行双向通讯...
使用单片机C8051F330对无线发射接收模块进行配置与控制,使组件成为无线通讯中的终端,可与基站进行双向通讯-C8051F330 use single-chip wireless transceiver and control module configured to enable wireless communications components to become the terminal, with the base station two-way communication
- 2022-04-13 00:06:24下载
- 积分:1
-
/* 程序详细功能介绍:
*当按下按键P3.3 ,AT89S51单片机产生“叮咚”声从P3.2端口输出
*程序设计方法
* 1. 我们用单片...
/* 程序详细功能介绍:
*当按下按键P3.3 ,AT89S51单片机产生“叮咚”声从P3.2端口输出
*程序设计方法
* 1. 我们用单片机实定时/计数器T0来产生700HZ和500HZ的频率,根据定时/计数器T0,我们取定时250us,
* 因此,700HZ的频率要经过3次250us的定时,而500HZ的频率要经过4次250us的定时。
* 2. 在设计过程,只有当按下SP1之后,才启动T0开始工作,当T0工作完毕,回到最初状态。
* 3. “叮”和“咚”声音各占用0.5秒,因此定时/计数器T0要完成0.5秒的定时,对于以250us为基准定时2000次才可以。
*/-/* Procedure detailed functional Introduction:* When pressing the button P3.3, AT89S51 Singlechip a
- 2023-01-12 02:35:03下载
- 积分:1