📄 countdwn.c
字号:
#define PROTOTYPE_ONLY
#include "bank.h"
#include "proto.h"
void countdown () {
led = 0x22; // Change LED to 22
delay (); // Display the value for a few seconds
led = 0x11; // Change LED to 11
delay(); // Display the value for a few seconds
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -