We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3410951 commit dabf118Copy full SHA for dabf118
README.md
@@ -17,4 +17,10 @@ attempt floating point handling or offer full printf() style output capability.
17
My demo shows how it can be used to output floating point numbers. Basic rounding and
18
zero blanking are possible however.
19
20
-Steve, July 2023
+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
0 commit comments