Skip to content

Commit ee7bd9f

Browse files
committed
Update README.md
1 parent f8717ec commit ee7bd9f

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ Library for handling TM163 LED display driver.
2424

2525
int main(void)
2626
{
27-
// Put some code here
28-
29-
TM1638_Init();
30-
TM1638_ConfigDisplay(7, TM1638DisplayStateON);
31-
32-
while(1)
33-
{
34-
// Display the number 1 and Decimal Point in the SEG1
35-
TM1638_SetSingleDigit_HEX(8 | TM1638DecimalPoint, 0);
36-
}
27+
// Put some code here
28+
29+
TM1638_Init();
30+
TM1638_ConfigDisplay(7, TM1638DisplayStateON);
31+
32+
while(1)
33+
{
34+
// Display the number 1 and Decimal Point in the SEG1
35+
TM1638_SetSingleDigit_HEX(8 | TM1638DecimalPoint, 0);
36+
}
3737
}

0 commit comments

Comments
 (0)