完成:实验三 第四题 原理图
This commit is contained in:
@@ -20,7 +20,8 @@
|
|||||||
"Debug": {
|
"Debug": {
|
||||||
"excludeList": [
|
"excludeList": [
|
||||||
"src/test1.c",
|
"src/test1.c",
|
||||||
"src/test2.c"
|
"src/test2.c",
|
||||||
|
"src/test3.c"
|
||||||
],
|
],
|
||||||
"toolchain": "Keil_C51",
|
"toolchain": "Keil_C51",
|
||||||
"compileConfig": {
|
"compileConfig": {
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
|
|||||||
|
// test4.c
|
||||||
|
// 交通灯(用红黄绿三种颜色LED模拟十字路口交通灯状态,点亮时间红灯>绿灯>黄灯)
|
||||||
Reference in New Issue
Block a user