First

Dependencies:   UniGraphic mbed

main.cpp

Committer:
pstephens18
Date:
2016-01-14
Revision:
0:f17efa877b15
Child:
1:65ea8c2a0551

File content as of revision 0:f17efa877b15:

#include "mbed.h"
#include "LCD.h"

int main() 
{
    LCD_init();
    while(1) 
    {
       LCD(0,1);
    }
}