We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a87db commit 1fef8c0Copy full SHA for 1fef8c0
README.md
@@ -9,7 +9,7 @@ into a generic TM1637 PIC library. The library functions are in file TM1637PIC.c
9
and there is also a .h file to include in the application code.
10
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
+initialisation function before attempting output using tm1637output(). Initialisation
13
allows configuration of both the port and pins for TM1637 connection to the PIC.
14
15
The library is intended to be resource sparing for use on 8 bit PICs. It does not
0 commit comments