From ace60e80b7b7f30c34288ee57619d07ebef5880a Mon Sep 17 00:00:00 2001 From: Olivier Dubuc Date: Mon, 23 Nov 2015 21:31:28 -0500 Subject: [PATCH] Added SPDTRelay support --- Software/NodeJS/libs/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Software/NodeJS/libs/index.js b/Software/NodeJS/libs/index.js index 92ea12b7..cb1eaf3e 100644 --- a/Software/NodeJS/libs/index.js +++ b/Software/NodeJS/libs/index.js @@ -19,5 +19,6 @@ module.exports.GrovePi = { , TemperatureAnalog: require('./sensors/temperatureAnalogSensor') , UltrasonicDigital: require('./sensors/ultrasonicDigitalSensor') , IRReceiver: require('./sensors/IRReceiverSensor') + , SPDTRelay: require('./sensors/SPDTRelay') } } \ No newline at end of file