Skip to content

Commit dabf118

Browse files
Update README.md - link to keypad scan version
1 parent 3410951 commit dabf118

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,10 @@ attempt floating point handling or offer full printf() style output capability.
1717
My demo shows how it can be used to output floating point numbers. Basic rounding and
1818
zero blanking are possible however.
1919

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

0 commit comments

Comments
 (0)