Node for keypad?

hi
Is there a node for keypad, such as https://www.ebay.com/itm/HOT-Membrane-Switch-Keypad-For-Arduino-16-Key-Keyboard-4-x-4-AVR-Matrix-Array/232019359509?hash=item36056e7715:g:9XEAAOSwqfNXjn2k ?
thanks

I don’t see one in XOD or library. There are plenty of arduino code examples you can find through any search engine that you could probably just about drop into a node of your own, but most of them use Keypad.h and XOD does not have a good way to install additional header files yet. You can manually copy it into <user>\AppData\Local\Programs\xod-client-electron\resources\arduino-libraries

ok, I’ll try

thanks!