Introducing the DualShock Controller node module
This started a few months ago when I wanted to use a PS3 DualShock for my Node Bots [http://nodebots.io/] projects, I needed a library »
This started a few months ago when I wanted to use a PS3 DualShock for my Node Bots [http://nodebots.io/] projects, I needed a library »
JavaScript has functional scope, this means that any variable you declare within a function will be available anywhere in that function. This might catch you off »
When working with Javascript there are a few core concepts that will make life easier and keep your code expressive. One of these core concepts is »
This is a very simple project but it took me a few hours over the span of a couple of weeks to put it all together. »
Doing some ground work for a bigger project I picked up a HC-SR04 ultrasonic module and gave it a spin with my Arduino: this is what »