// ============ 请开始你的表演 =================================================================
// 提示:按钮用INPUT_PULLUP,定义引脚用define,设置变量可用 int xxx = 0; 判断则用if、else、else if
// 这是共阳极七段显示器
// ============================================================================================
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}