File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,9 @@ I developed the PIC demo code for the TM1637 in my other repositories
8
8
into a generic TM1637 PIC library. The library functions are in file TM1637PIC.c
9
9
and there is also a .h file to include in the application code.
10
10
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.
13
14
14
15
The library is intended to be resource sparing for use on 8 bit PICs. It does not
15
16
attempt floating point handling or offer full printf() style output capability.
You can’t perform that action at this time.
0 commit comments