jikkenjissyu2

Dependencies:   TextLCD mbed

main.cpp

Committer:
ushiwakamaru
Date:
2016-04-25
Revision:
0:46f09e3213b7

File content as of revision 0:46f09e3213b7:

#include "TextLCD.h"
#include "mbed.h"
TextLCD led(PTC12,PTC13,PTC16,PTC17,PTA16,PTA17);

int main() {
    while(1) {
        led.printf("oomori\n");
    }
}