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 ele350 by
Revision 1:2a1a443f619e, committed 2015-10-15
- Comitter:
- GGHHHH
- Date:
- Thu Oct 15 11:09:16 2015 +0000
- Parent:
- 0:b43794060b94
- Child:
- 2:9a0770c4fdd6
- Commit message:
- Created my library.
Changed in this revision
buttom.cpp | Show annotated file Show diff for this revision Revisions of this file |
mbed_blinky.lib | Show annotated file Show diff for this revision Revisions of this file |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/buttom.cpp Thu Oct 15 11:09:16 2015 +0000 @@ -0,0 +1,14 @@ +#ifndef _BUTTON_H_ +#define _BUTTON_H_ + +#include "mbed.h" +#include <string> + +class Button { + private: + // CLASS ATTRIBUTES GO HERE + public: + // CLASS METHODS GO HERE +}; + +#endif \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed_blinky.lib Thu Oct 15 11:09:16 2015 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/teams/DBALab-Beacon/code/mbed_blinky/#b27d296776e4