-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iotjs: Port to alt runtime using async-lite #7
base: master
Are you sure you want to change the base?
Conversation
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 } ``` Forwarded: dbridges#7 Change-Id: I97d4248d87f59cd9468dc7fb90c1f2c04dd1d55c Signed-off-by: Philippe Coval <[email protected]>
Please review, without feedback I'll consider to fork it into: |
Is this project still maintained ? A new version in npm will this change will be welcome Then I will update downstream project: |
Change-Id: I8f9811e16d6049b5b2a344e21d25249c68420088 Relate-to: dbridges/bmp085-sensor#7 Signed-off-by: Philippe Coval <[email protected]>
It would help to have this change in released version (git tag + npm), |
Hi, current release 0.0.5 is 10 months old, If not I would like to help in co-maintenance. Thanks |
Until I get feedback from maintainer, I will use this fork: |
0e8fdca
to
b37e35c
Compare
i2c is not needed because native I2C module will be used Usage with IoT.js: ``` git clone https://github.com/rzr/iotjs-async iotjs_modules/async iotjs test { "pressure": 99406.04496626806, "temperature": 22.5 } ``` Change-Id: I97d4248d87f59cd9468dc7fb90c1f2c04dd1d55c Forwarded: dbridges#7 Signed-off-by: Philippe Coval <[email protected]>
b37e35c
to
7f7d5ef
Compare
This change has been released in: If merged I will rebase on master |
Please merge I will rebase then for next version Current is: |
i2c is not needed because native I2C module will be used
Usage:
Change-Id: I97d4248d87f59cd9468dc7fb90c1f2c04dd1d55c
Signed-off-by: Philippe Coval [email protected]