]> git.donarmstrong.com Git - kiibohd-controller.git/commit
Adding more robust detection for the HP150
authorJacob Alexander <triplehaata@gmail.com>
Mon, 19 Nov 2012 08:55:30 +0000 (00:55 -0800)
committerJacob Alexander <triplehaata@gmail.com>
Mon, 19 Nov 2012 08:55:30 +0000 (00:55 -0800)
commitfd6035e05336fe9626d7ab1eb755bb156b9e17f3
treef574fe7c141e22eb8f87fde8b84b6c0876dfb99c
parent59e443552ca423ce46d922be9a8ab4c2a02a4d5f
Adding more robust detection for the HP150

- All spare cycles are used to get a more accurate data line sample (waaaay more than actually needed, but this helps against noise)
- Switched to a pre/release (add/remove) rather than an add->clear mechanism (or a buffer+debounce/add->clear)
- Note that a pull-down resistor is NEEDED on the data line
Scan/HP150/scan_loop.c