Hi,
I’m implementing a 25 key keypad (5x5 matrix) on Fez Domino. Because of the IO, I’ll be doing it with the analog port.
I’d like to emulate this first. Can you please give suggestions on how to create a class in the firmware that can somehow signal the key states from the emulator UI to the firmware? I can’t use GPIO emulated events, so I’m thinking maybe SPI or I2C or Serial classes to emulate? Is there a better way?