#include "LCD.h"
void setup() {
// put your setup code here, to run once:
initializePort();
initializeLED();
writeString("Welcome");
}
void loop() {
// put your main code here, to run repeatedly:
}
#include "LCD.h"
void setup() {
// put your setup code here, to run once:
initializePort();
initializeLED();
writeString("Welcome");
}
void loop() {
// put your main code here, to run repeatedly:
}