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.
Dependencies: Motor PS_PAD TextLCD mbed-os
Fork of cobaLCDJoyMotor_Thread by
Revision 1:2bf3dac65b08, committed 2015-11-24
- Comitter:
- rizqicahyo
- Date:
- Tue Nov 24 14:39:59 2015 +0000
- Parent:
- 0:837acb06c892
- Child:
- 2:907766ac29a2
- Commit message:
- tugas hybrid LCD
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Nov 24 14:33:01 2015 +0000 +++ b/main.cpp Tue Nov 24 14:39:59 2015 +0000 @@ -1,3 +1,15 @@ +/*********************************************************************/ +/** **/ +/** PROGRAM TAMPIL LCD **/ +/** **/ +/** 24 November, Selasa, 2015 **/ +/** **/ +/** Dibuat oleh : **/ +/** Rizqi Cahyo Yuwono **/ +/** 13214090 **/ +/** **/ +/*********************************************************************/ + #include "mbed.h" #include "TextLCD.h"
