外接晶振为12MHz的STC11F04E单片机,求延时1us函数(C语言)

2024-11-24 03:57:52
推荐回答(1个)
回答1:

#include "intrins.h"

void delay(void)
{
_nop_();
}