This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
PROJECTSDUNIA | |
" DC Votmeter using ARDUINO " | |
Designed By Sachin Jaiswal | |
In this we measure the input voltage and display it on the 16 * 2 LCD Module | |
For Full Description Visit http://projectsdunia.blogspot.com | |
*/ | |
#include <LiquidCrystal.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ProjectsDunia | |
// http://projectsdunia.blogspot.in | |
// http://fb.com/projectsdunia | |
// Display custom character in lcd | |
#include <LiquidCrystal.h> | |
LiquidCrystal lcd(12, 11, 5, 4, 3, 2); | |
int led=13; | |
// Store custom character | |
byte smile[8] = | |
{ |