Difference between revisions of "Programming Mini AVR using Arduino"
(Created page with "<syntaxhighlight> void setup() { // declare the ledPin as an OUTPUT: pinMode(ledPin, OUTPUT); lcd.begin(16, 2); lcd.print("Read POT!");} </syntaxhighlight>") |
(No difference)
|
Latest revision as of 13:27, 3 July 2014
void setup() { // declare the ledPin as an OUTPUT: pinMode(ledPin, OUTPUT); lcd.begin(16, 2); lcd.print("Read POT!");}