-
发送成功
说明: srxd接PB10,stxd接PB11,GND接单片机GND,调试即可使用,记得要接公网!!(Srxd connects to PB10, stxd connects to PB11, GND connects to single chip GND, debugging can be used, remember to connect to the public network!!)
- 2020-06-22 23:00:02下载
- 积分:1
-
Tetris
说明: 大概在最近两天之内编码完成,但此前一天开始构思。第一天晚上主要完成了方块旋转算法,第二天也就是今天加了消方块的处理算法。但是可能还有一些考虑不周的地方,比如,没有采用定时中断,而是图方便采用了和cpu频率有关的delay()函数来模拟时间间隔,这是需要改进的地方。(Probably within the last two days to complete coding, but the idea of the day before the beginning. Completed the first night the main box rotation algorithm, the next day that is today' s consumer box added processing algorithms. However, there may be some places where ill-considered, for example, does not use timer interrupt, but rather seek convenience and the cpu frequency of using the delay () function to simulate the time interval, and that needs improvement.)
- 2009-08-28 17:14:12下载
- 积分:1
-
lightwater
简单的流水灯程序,另外包括按键控制led灯程序,适合初学者(Simple water lights, led lights additionally includes key control procedures, suitable for beginners)
- 2013-07-15 13:27:44下载
- 积分:1
-
串口调试工具源码
【实例简介】
- 2021-05-20 14:39:31下载
- 积分:1
-
xiangweiji
使用51单片机设计的相位计,并有毕业设计论文。(Use of 51 single-chip design phase meter, and a graduation thesis.)
- 2013-09-26 14:11:33下载
- 积分:1
-
蓝牙点亮LED灯-C8T6
利用带有蓝牙功能的安卓手机与HC-05蓝牙模块通信。用stm32f103c8t6单片机来控制开关量(Use your cell phone to communicate with bluetooth. Switch quantity is controlled by single chip microcomputer)
- 2019-05-15 21:37:55下载
- 积分:1
-
MFC VC 对话框中英语言切换
基于VC6.0版本的MFC对话框中英语言切换,能实现中英语言的对话框,按钮,菜单,文本的切换。可以做一个语言切换的参考。。。。。
- 2022-02-16 03:54:28下载
- 积分:1
-
Play Sound Demo
显示在Direct3D game程序中如何调用DirectSound。(showing up how to transfer DirectSound in Direct3D game programs.)
- 2020-06-21 13:00:01下载
- 积分:1
-
ADC模数转换
#include "stm32f4xx.h"
#include "./usart/bsp_debug_usart.h"
#include "./adc/bsp_adc.h"
// ADC转换的电压值通过MDA方式传到SRAM
__IO uint16_t ADC_ConvertedValue;
// 局部变量,用于保存转换计算后的电压值
float ADC_Vol;
static void Delay(__IO uint32_t nCount) //简单的延时函数
{
for(; nCount != 0; nCount--);
}
/**
* @brief 主函数
* @param 无
* @retval 无
*/
int main(void)
- 2022-09-27 00:00:05下载
- 积分:1
-
eye2
Non-linear and impact load produce harmonic current and reactive current, and will
bring great pressure to the public grid power quality.
- 2013-11-30 17:06:42下载
- 积分:1