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