Skip to content

Commit

Permalink
ambientlight: Use abandonware bh1750 driver
Browse files Browse the repository at this point in the history
Upstream seems no more active

Relate-to: miroRucka/bh1750#25
Change-Id: Ie392caf4618ce29c8fb23ca1c089264a72221f59
Signed-off-by: Philippe Coval <[email protected]>
  • Loading branch information
rzr committed Jan 13, 2020
1 parent b863664 commit 8fe7703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ambientlight/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
var console = require('console');
var BH1750 = null;
try {
BH1750 = require('bh1750');
BH1750 = require('@abandonware/bh1750');
} catch (err) {
// console.log(err);
}
Expand Down

0 comments on commit 8fe7703

Please sign in to comment.