Skip to content

Driver of a simple GPIO keyboard for embedded Linux devices

License

Notifications You must be signed in to change notification settings

JasonQi7/Linux_GPIO_Keyboard_Driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Linux_GPIO_Keyboard_Driver

A GPIO-based keyboard driver for embedded Linux devices. The driver enables 4 GPIO pins attached to push buttons and each pin has two states (i.e. two possible inputs). Pin 0-3 encodes key A, B, C, Entre, respectively under state 0; and X, Y, Z, Space, respectively under state 1. To toggle the state, just quickly press Pin 3 for 5 times.

To integrate the drive into the kernel, one can use the Yocto Project at: www.yoctoproject.org

About

Driver of a simple GPIO keyboard for embedded Linux devices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages