ss

Dependencies:   TextLCD mbed

Committer:
DEEN
Date:
Mon Apr 25 07:33:17 2016 +0000
Revision:
0:a7b4b6d7c822
14f2011b ?????

Who changed what in which revision?

UserRevisionLine numberNew contents of line
DEEN 0:a7b4b6d7c822 1 #include "TextLCD.h"
DEEN 0:a7b4b6d7c822 2 #include "mbed.h"
DEEN 0:a7b4b6d7c822 3 TextLCD lcd(PTC12,PTC13,PTC16,PTC17,PTA16,PTA17);
DEEN 0:a7b4b6d7c822 4
DEEN 0:a7b4b6d7c822 5 int main() {
DEEN 0:a7b4b6d7c822 6 while(1) {
DEEN 0:a7b4b6d7c822 7 lcd.printf("inoue yuma/n");
DEEN 0:a7b4b6d7c822 8 }
DEEN 0:a7b4b6d7c822 9 }