Sometimes you need to be able to turn devices on and off from your Arduino. If the current being drawn is low enough (under 40 Ma MAX, 20Ma recommended) then you can just use the IO pins of the controller to turn the device on and off. The Blink example program does exactly this with […]