Implementation of the HTU21D temperature and humidity sensor on Intel Edison via C++ mraa library
You will need mraa library.This can be easly installed by running the command:
npm install mraa
In the .js file there is a blynk implementation of the sensor, using a htu21d library made by "sonnens". You can install the library with the command:
npm install htu21d
You will also need the blynk library.Run the command
npm install blynk-library