diff options
author | Robert Nelson <robert.nelson@digikey.com> | 2009-02-20 17:02:08 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-02-20 17:02:56 +0100 |
commit | 797d7ee55602219e923350f3e1b5e5440e4a7e42 (patch) | |
tree | 46ab195bb4e2dc1341d9e65e5f84fe8ca3d85116 /packages/i2c-tools/picodlp-control_0.1.bb | |
parent | f0eb06723002da557afffea96b257904ac007cbf (diff) |
picodlp-control: add options to control individual leds and overall led current
Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'packages/i2c-tools/picodlp-control_0.1.bb')
-rw-r--r-- | packages/i2c-tools/picodlp-control_0.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/i2c-tools/picodlp-control_0.1.bb b/packages/i2c-tools/picodlp-control_0.1.bb index 79a896b35e..5fb5630d87 100644 --- a/packages/i2c-tools/picodlp-control_0.1.bb +++ b/packages/i2c-tools/picodlp-control_0.1.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Small application to control the pico DLP over I2C" LICENSE = "GPLv3" -PR = "r2" +PR = "r3" SRC_URI = "file://*.c file://*.h file://${PN}" |