You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ It is easy to port this library to any platform. But now it is ready for use in:
13
13
- ESP32 (esp-idf)
14
14
15
15
## How To Use
16
-
1. Add `TM1638.h` and `TM1638.c` files to your project. It is optional to use `TM1638_platform.h` and `TM1638_platform.c` files (open and config `TM1638_platform.h` file).
16
+
1. Add `TM1638.h`, `TM1638_config.h` and `TM1638.c` files to your project. It is optional to use `TM1638_platform.h` and `TM1638_platform.c` files (open and config `TM1638_platform.h` file).
17
17
2. Initialize platform-dependent part of handler.
18
18
4. Call `TM1638_Init()`.
19
19
5. Call `TM1638_ConfigDisplay()` to config display.
0 commit comments