Skip to content

Commit 4dad494

Browse files
Update README.md
1 parent 0bf1e64 commit 4dad494

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ I developed the PIC demo code for the TM1637 in my other repositories
88
into a generic TM1637 PIC library. The library functions are in file TM1637PIC.c
99
and there is also a .h file to include in the application code.
1010

11-
See the libdemo appication for how to use the library. Note the need to call the
12-
initialisation function before attempting output using outputInteger()
11+
See the libdemo application for how to use the library. Note the need to call the
12+
initialisation function before attempting output using outputInteger(). Initialisation
13+
allows configuration of both the port and pins for TM1637 connection to the PIC.
1314

1415
The library is intended to be resource sparing for use on 8 bit PICs. It does not
1516
attempt floating point handling or offer full printf() style output capability.

0 commit comments

Comments
 (0)