Skip to content

Commit 85f80b5

Browse files
committed
Update README.md
1 parent ee7bd9f commit 85f80b5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ int main(void)
3131

3232
while(1)
3333
{
34-
// Display the number 1 and Decimal Point in the SEG1
34+
// Display the number 8 and Decimal Point in the SEG1
3535
TM1638_SetSingleDigit_HEX(8 | TM1638DecimalPoint, 0);
3636
}
3737
}
38+
```

0 commit comments

Comments
 (0)