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.
Fork of DMBasicGUI by
Diff: Application/Button.h
- Revision:
- 14:647b1896ed84
- Parent:
- 10:651861441108
diff -r bff2288c2c61 -r 647b1896ed84 Application/Button.h --- a/Application/Button.h Mon Mar 09 10:40:55 2015 +0100 +++ b/Application/Button.h Mon Mar 09 10:50:17 2015 +0100 @@ -20,7 +20,7 @@ #include "Clickable.h" /** - * Button example + * A button with a caption * * @code * #include "mbed.h"
