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.
Revision 0:5449902c13e0, committed 2020-08-03
- Comitter:
- Yoshiemon
- Date:
- Mon Aug 03 05:32:13 2020 +0000
- Commit message:
- aaaa
Changed in this revision
| mbed.bld | Show annotated file Show diff for this revision Revisions of this file |
| test.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Mon Aug 03 05:32:13 2020 +0000 @@ -0,0 +1,1 @@ +https://os.mbed.com/users/mbed_official/code/mbed/builds/65be27845400 \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test.cpp Mon Aug 03 05:32:13 2020 +0000
@@ -0,0 +1,15 @@
+#include "mbed.h"
+
+DigitalOut l(p21);
+DigitalOut r(p22);
+//DigitalOut en(p12);
+
+int main() {
+ //en = 1;
+ while(1) {
+ l = 1;
+ /*wait(20);
+ l = 0;
+ wait(2)*/
+ }
+}
\ No newline at end of file