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