
DCDriver.stop()Ī function to execute when the movement is stopped. DCDriver.moveRight( durationMS)Ī function to execute when the movement is done. DCDriver.moveLeft( durationMS)Ī function to execute when the movement is done. DCDriver.moveDown( durationMS)Ī function to execute when the movement is done. DCDriver.moveUp( durationMS)Ī function to execute when the movement is done. In your js file, add var DCDriver = require('dream-cheeky-windows-driver') Ī JS object containing constants for Dream Cheeky Thunder Launcher.npm install dream-cheeky-windows-driver.It should work on linux as well, since the kernel check is not necessary for the device. This is a reinforcement of guillaumedelre's dream-cheeky-thunder-driver library, with adjustments to run on windows and improvements on led and execute commands features. Nodejs API for controller dream cheeky missile launcher that works on windows.
