Skip to content

Commit 37d2280

Browse files
authored
Update COUNTER.C
1 parent e3c8a68 commit 37d2280

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common-anode/COUNTER.C

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ void main()
1616
{
1717
for(i=0;i<10;i++)
1818
{
19-
P2=arr[i];
19+
P2=~arr[i]; //assiging alternate HEX value for anode type
2020
delay(100); //here delay of 1 second
2121
}
2222
}
23-
}
23+
}

0 commit comments

Comments
 (0)