Murata Type ABZ simple test
Revision 0:48b3efc9aa09, committed 2020-10-25
- Comitter:
- yabool2001
- Date:
- Sun Oct 25 18:27:25 2020 +0000
- Commit message:
- Murata Type ABZ simple test
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
| mbed.bld | Show annotated file Show diff for this revision Revisions of this file |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp Sun Oct 25 18:27:25 2020 +0000
@@ -0,0 +1,10 @@
+#include "mbed.h"
+
+DigitalOut led2 ( PB_2 ) ;
+
+int main() {
+ while ( 1 ) {
+ led2 = !led2 ;
+ wait ( 1 );
+ }
+}
\ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Sun Oct 25 18:27:25 2020 +0000 @@ -0,0 +1,1 @@ +https://os.mbed.com/users/mbed_official/code/mbed/builds/65be27845400 \ No newline at end of file