Here are some examples using the DIY LED baord we discussed earlier at http://www.getmicros.net/diy-led-board.php Cycle all LEDs const int Led1 = 2; const int Led2 = 3; const int Led3…
Arduino
-
-
One of the best thing you can do when learning to create sketches is to create a custom LED board. Using this you can create many simple examples to help…
-
This is another example using the LCD4484 shield, this time put a character on the screen and then move it across the screen. Basic stuff but for beginners playing with…
-
This was another shield that grabbed my attention, this LCD was used on older nokia phones. Its fairly low cost and is a 48×48 display. It is able to display…
-
This example uses a LCD shield that I bought from Amazon UK, its quite a common one and many people sell this and I’ll supply an example link later in…
-
This is the basic example that comes as one of the examples when you download the arduino software, I use this to give the board a quick test. In the…