搜索资源列表
ACT_LED
- 显示LED灯效果的小控件,设置方便,有灰红绿黄蓝几种颜色,显示大小可以更改。MFC下编写-LED lights show the effect of small controls, set up convenient, there are gray黄蓝several red and green color, indicating the size can be changed. MFC prepared
04.交通灯
- 既然是交通灯模拟实验,红黄绿三色小灯闪烁时间就要模拟真实的交通灯,我们使用Arduino 的delay()函数来控制延时时间,相对于C 语言就要简单许多了。(void setup() { pinMode(redled, OUTPUT);/ pinMode(yellowled, OUTPUT) pinMode(greenled, OUTPUT); })