Kannan C S
/
1WireLcd
C coded library to use 1Wire LCD
Fork of 1WireLcd by
main.cpp
- Committer:
- ahmetunal
- Date:
- 2012-08-13
- Revision:
- 1:842f42dcf39a
- Parent:
- 0:fcd5b3044e79
File content as of revision 1:842f42dcf39a:
#include "mbed.h" #include "1WireLcd.h" DigitalOut myled(LED1); int main() { lcd_init(); lcd_printf("1-Wire Shift LCD"); }