搜索资源列表
tslib-1.3
- Tslib是一个开源的程序,能够为触摸屏驱动获得的采样提供诸如滤波、去抖、校准等 功能,通常作为触摸屏驱动的适配层,为上层的应用提供了一个统一的 接口。-touch driver in Linux
button-linux
- 嵌入式linux按键驱动程序及相关的测试程序,通过定时器定时扫描GPIO电平的高低以判定按键是否按键,通过延时去抖-Embedded linux key drivers and test procedures, by the level of timer scheduled scans the GPIO to determine whether a key button debounce with delay
mini2440_buttons
- mini2440 已去抖按键驱动,延时用时钟控制。-mini2440 buttons driver.timer control delay.
01.tar
- 按键驱动程序,添加去抖功能,初学者请见谅-Key drivers, add debounce function, beginners, please forgive me
KeyDriverExample.tar
- 按键驱动程序,利用定时器机制实现去抖的简单实例-Key driver debounce simple example using the timer mechanism