Skip to content

Commit 1fef8c0

Browse files
Update README.md
1 parent 83a87db commit 1fef8c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ 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

1111
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
12+
initialisation function before attempting output using tm1637output(). Initialisation
1313
allows configuration of both the port and pins for TM1637 connection to the PIC.
1414

1515
The library is intended to be resource sparing for use on 8 bit PICs. It does not

0 commit comments

Comments
 (0)