In this case, it's teh LiquidCrystal lcd(... thingie )..
(And please grow up blogger.. I actually had to hack HTMl to get this to display correctly. I think you know which part needed the <)
#include <Wire.h>
#include <liquidcrystal.h>
LiquidCrystal lcd( 8, 9, 4, 5, 6, 7 );
void setup()
{
lcd.begin(16, 2);
lcd.print("hello, world!");
}
void loop()
{
// your main loop code here...
}
#include <liquidcrystal.h>
LiquidCrystal lcd( 8, 9, 4, 5, 6, 7 );
void setup()
{
lcd.begin(16, 2);
lcd.print("hello, world!");
}
void loop()
{
// your main loop code here...
}
No comments:
Post a Comment