Multi items

This commit is contained in:
2016-04-03 21:25:23 +02:00
parent fcc98b8f8a
commit ae76c95e7e
427 changed files with 68624 additions and 75 deletions
+5 -7
View File
@@ -56,13 +56,11 @@ ai.on(Tinkerforge.BrickletAnalogInV2.CALLBACK_VOLTAGE,
}
);
console.log('Press key to exit');
process.stdin.on('data',
function (data) {
ipcon.disconnect();
process.exit(0);
}
);
process.on( 'SIGINT', function() {
console.log( "\nGracefully disconnect " + HOST );
ipcon.disconnect();
process.exit( );
});
/* private */