Unit Converter

DIY Arduino Unit Converter: How to use LCD

Step 1: Ingredients: Electronics Arduino Breadboard LCD* 2x 50k pots 150 ohm resistor Jumper wires, and tons of them! If you do not want to use a LCD then you will have to use serial monitor. Wherever you see lcd.print just change it to Serial.print. Instead of lcd.begin change it to Serial.begin(9600);. Step 2: The […]

DIY Arduino Unit Converter: How to use LCD Continue Reading