View Single Post
Posts: 1,104 | Thanked: 5,652 times | Joined on Feb 2010 @ Holland
#463
Originally Posted by Zeta View Post
It looks like no one proposed the obvious solution : use the interrupt pin...

The only goal of this pin is for the other half to notify the phone that something is happening. In that case, when a key is pressed, the chip will trigger the interrupt pin, and the phone will know it has to check the chip for which key is pressed/released. No polling involved.
This is already what we do, search for 'interrupt' in this thread

Originally Posted by Zeta View Post
About the slide in/out of the keyboard, this could be done through a contact (for example both parts have a metal part on them, springy on one side, and when closed they enter in contact, or a "real" switch) which is connected as a standard key.
1 page back..
Originally Posted by dirkvl View Post
Activating the keyboard will happen via software, so no open/close sensor.