Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Hossein-M98 committed Feb 7, 2021
1 parent ee7bd9f commit 85f80b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ int main(void)

while(1)
{
// Display the number 1 and Decimal Point in the SEG1
// Display the number 8 and Decimal Point in the SEG1
TM1638_SetSingleDigit_HEX(8 | TM1638DecimalPoint, 0);
}
}
```

0 comments on commit 85f80b5

Please sign in to comment.