KomodoOpenLab / TeclaShield

The Tecla Shield is a device that enables connection of powered wheelchairs and adapted switches to Bluetooth-enabled electronic devices.
http://mobile-accessibility.idrc.ocad.ca/projects/tekla/the-shield
11 stars 6 forks source link

request to pull the emulator commit into develop branch #2

Closed AKdroid closed 12 years ago

ijdoc commented 12 years ago

Can you point to the part of the code where you are processing/sending swtich release events? I can't find it

AKdroid commented 12 years ago

i havent implemented it, it seems.what should be the byte value that should be sent to indicate switch release event ??

AKdroid commented 12 years ago

ok i got it. its 160d but do you want it activated after every switch event or another command for the same ??

ijdoc commented 12 years ago

If possible, it should be implemented on release of the key, While the first even is sent on press. The other option is to put together a simple UI that uses buttons instead of the keyboard. That way, the keyboard would't be hijacked.

Maybe we can add that as an issue and merge your code for now.