File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -17,4 +17,10 @@ attempt floating point handling or offer full printf() style output capability.
17
17
My demo shows how it can be used to output floating point numbers. Basic rounding and
18
18
zero blanking are possible however.
19
19
20
- Steve, July 2023
20
+ An in-progress development version of this library includes a keypad scanning function, implementing
21
+ a 2x8 matrix keypad as per the TM1637 datasheet schematic. Function keyscan() returns the number of
22
+ any key pressed. The code does add some overhead and I will upload it as a separate library
23
+ version when completed. Meanwhile this newer library version is available in my PIC 18F66K90
24
+ repository: https://github.com/SteveMicroCode/PIC18F66K90-code
25
+
26
+ Steve, November 2023
You can’t perform that action at this time.
0 commit comments