Skip to content

Commit

Permalink
Update COUNTER.C
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualvivek authored Dec 7, 2019
1 parent e3c8a68 commit 37d2280
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common-anode/COUNTER.C
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ void main()
{
for(i=0;i<10;i++)
{
P2=arr[i];
P2=~arr[i]; //assiging alternate HEX value for anode type
delay(100); //here delay of 1 second
}
}
}
}

0 comments on commit 37d2280

Please sign in to comment.