Skip to content

Commit

Permalink
temperature: Use abandonware bmp085-sensor driver
Browse files Browse the repository at this point in the history
Relate-to: dbridges/bmp085-sensor#10
Change-Id: Ifa737aff044e4798e30f458a6e038ed0fe3c7da8
Signed-off-by: Philippe Coval <[email protected]>
  • Loading branch information
rzr committed Jan 13, 2020
1 parent d2845e8 commit b863664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/temperature/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var console = require('console');
var BMP085 = null;

try {
BMP085 = require('bmp085-sensor');
BMP085 = require('@abandonware/bmp085-sensor');
} catch (err){
// console.log(err);
}
Expand Down

0 comments on commit b863664

Please sign in to comment.