dbridges / bmp085-sensor

An Node.js module to interface a BMP085 temperature and pressure sensor with the Raspberry Pi
Other
5 stars 4 forks source link

iotjs: Port to alt runtime using async-lite #7

Open rzr opened 5 years ago

rzr commented 5 years ago

i2c is not needed because native I2C module will be used

Usage:

git clone https://github.com/rzr/async-lite iotjs_modules/async
iotjs test
{
  "pressure": 99406.04496626806,
  "temperature": 22.5
}

Change-Id: I97d4248d87f59cd9468dc7fb90c1f2c04dd1d55c Signed-off-by: Philippe Coval philippe.coval@osg.samsung.com

rzr commented 5 years ago

Relate-to: https://www.slideshare.net/rzrfreefr/webthingiotjstizenrtcdl201820181117rzr/24

rzr commented 5 years ago

Please review, without feedback I'll consider to fork it into: https://www.npmjs.com/org/abandonware

rzr commented 5 years ago

Is this project still maintained ?

A new version in npm will this change will be welcome

Then I will update downstream project:

https://github.com/rzr/mozilla-iot-generic-sensors-adapter

rzr commented 5 years ago

It would help to have this change in released version (git tag + npm), then I'll pin the version in generic-sensors-lite:

https://libraries.io/npm/generic-sensors-lite

rzr commented 5 years ago

Hi, current release 0.0.5 is 10 months old, is a new one planned ? if yes please consider this patch

If not I would like to help in co-maintenance.

Thanks

rzr commented 5 years ago

Until I get feedback from maintainer, I will use this fork: https://github.com/abandonware/bmp085-sensor

rzr commented 4 years ago

This change has been released in: https://www.npmjs.com/package/@abandonware/bmp085-sensor/v/0.0.6-1

If merged I will rebase on master

rzr commented 4 years ago

Please merge I will rebase then for next version

Current is: https://www.npmjs.com/package/@abandonware/bmp085-sensor/v/0.0.6-2