rzr / generic-sensors-lite

Naive implementation of w3c specs for IoT.js
https://purl.org/rzr/sensors
Apache License 2.0
10 stars 6 forks source link

Support Node10 #3

Closed rzr closed 4 years ago

rzr commented 5 years ago

Blocked-by: https://github.com/kelly/node-i2c/issues/90

rzr commented 5 years ago

Relate-to: https://github.com/SamsungInternet/color-sensor-js/issues/2

rzr commented 5 years ago

BTW maybe we can look for I2C module supporting also darwin , as @MatonAnthony reported that i2c is linux only, so it was made optional for simulators:

https://github.com/rzr/generic-sensors-lite/issues/5

rzr commented 4 years ago

no more dependency to i2c so node10 is supported

Related-to: https://github.com/kelly/node-i2c/issues/97