STM32

//滴答定时器
static uint16_t i=0;
if(++i>=60000)
	{
		i=0;
	}

if(  % == 0)
     {
            = 1;
     }

本文章使用limfx的vscode插件快速发布