main.c
来自「菜鸟,详细NRF24E1运用,程序,电路」· C语言 代码 · 共 16 行
C
16 行
#include "reg24le1.h"
#include "watch_dog.h"
void main(void)
{
//delay some time the restart by dog
io_config();
uart_init();
redrst();
watchdog_init();
while(1)
{
decount();
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?