We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8717ec commit ee7bd9fCopy full SHA for ee7bd9f
1 file changed
README.md
@@ -24,14 +24,14 @@ Library for handling TM163 LED display driver.
24
25
int main(void)
26
{
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
- }
+ // Put some code here
+
+ TM1638_Init();
+ TM1638_ConfigDisplay(7, TM1638DisplayStateON);
+ while(1)
+ {
+ // Display the number 1 and Decimal Point in the SEG1
+ TM1638_SetSingleDigit_HEX(8 | TM1638DecimalPoint, 0);
+ }
37
}
0 commit comments