Mercurial > hg > hid-usb-to-ir
changeset 4:4f66576cd77a default tip
add README
author | Peter Meerwald <p.meerwald@bct-electronic.com> |
---|---|
date | Thu, 03 Jan 2013 13:12:08 +0100 |
parents | 363b95c527d1 |
children | |
files | README.txt |
diffstat | 1 files changed, 19 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.txt Thu Jan 03 13:12:08 2013 +0100 @@ -0,0 +1,19 @@ +Linux demo program for the Silabs IR Gesture USB Reference Design. + +Reads the part number of the cp2112 bridge, and the part/revision/sequencer +version of the si1143 via SMBus/I2C, finally lets the four blue LEDs dance :). +Since version 0.3 also performs proximity and ambient light measurements. + +Released under GPLv3 license. +No warranty. I am in no way affiliated with Silicon Labs. +See http://pmeerw.net/hid-usb-to-ir/ and the Mercurial repository at +https://pmeerw.net/hg/hid-usb-to-ir/. + +Copyright (c) 2012 Peter Meerwald, pmeerw@pmeerw.net + +Depends on the HID API multi-platform library, available from +http://www.signal11.us/oss/hidapi/. Build with +gcc -Wall -g -o hid-usb-to-ir hid-usb-to-ir.c `pkg-config hidapi-hidraw --libs`. + +May need root permission to access USB device (or appropriate udev rule). +Based upon information from Silabs AN495 v0.2.