I am scanning a keypad of 8 rows x 6 columns (48 keys)
Some questions:
When a column is active (scanned), is the signal low or high? Is this logic selectable? Is it driven as push-pull or open-drain?
What is the preferred arrangement of pullup, pulldown, or no-pull resistors on rows and columns? (The example shows pull downs on Y, Pull ups on X)
An example configuration and script for the PWM would be great. Using them to drive some LED indicators and a piezo element (for sound - chirps)
Can the PWM generate a 1 kHz square wave?
I can read and write to registers at this point. Any hints on configuring and general use of this device would be greatly appreciated.
Thanks,