Anpassung an Testboard
This commit is contained in:
parent
cfff99eb68
commit
43d1811d2e
1 changed files with 2 additions and 10 deletions
|
@ -56,17 +56,9 @@ void main() {
|
|||
for (;;) {
|
||||
int i;
|
||||
for (i = 0; i < 10; i++) {
|
||||
P01 = 0;
|
||||
P13 = 0;
|
||||
P12 = 0;
|
||||
msdelay(500);
|
||||
P01 = 1;
|
||||
P13 = 0;
|
||||
msdelay(500);
|
||||
P01 = 0;
|
||||
P13 = 1;
|
||||
msdelay(500);
|
||||
P01 = 1;
|
||||
P13 = 1;
|
||||
P12 = 1;
|
||||
msdelay(500);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue