Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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");
}