ss
Dependencies:
TextLCD
mbed
main.cpp
- Committer:
- DEEN
- Date:
- 2016-04-25
- Revision:
- 0:a7b4b6d7c822
File content as of revision 0:a7b4b6d7c822:
#include "TextLCD.h"
#include "mbed.h"
TextLCD lcd(PTC12,PTC13,PTC16,PTC17,PTA16,PTA17);
int main() {
while(1) {
lcd.printf("inoue yuma/n");
}
}