C coded library to use 1Wire LCD

Dependencies:   mbed

Fork of 1WireLcd by Ahmet Unal

main.cpp

Committer:
ahmetunal
Date:
2011-04-10
Revision:
0:fcd5b3044e79
Child:
1:842f42dcf39a

File content as of revision 0:fcd5b3044e79:

#include "mbed.h"
#include "1WireLcd.h"


DigitalOut myled(LED1);

int main() {
    
    lcd_init();
    
    lcd_printf("Ahmet UNAL");
}