This repository contains a collection of Arduino uno example sketches
All examples are located in the sketches folder
-
Basic text example This example uses the LiquidDisplay.h library and demonstrates how to display a text string on the 16x2 Display
-
Basic timer This example uses timer libraries to display the default unix time starting at 1/1/1970.
-
5 Minute Timer This is a more advanced example displaying a 5 minute timer which can be reset by pressing the reset button.
-
Switch In this example we are using a swtich to turn on a LED.