parent
b8d37787a6
commit
0bc5e88ea4
3 changed files with 18 additions and 0 deletions
@ -0,0 +1,7 @@ |
||||
.build |
||||
.mbed |
||||
projectfiles |
||||
*.py* |
||||
mbed-os |
||||
BUILD |
||||
|
@ -0,0 +1,10 @@ |
||||
#include "mbed.h" |
||||
|
||||
// main() runs in its own thread in the OS
|
||||
int main() |
||||
{ |
||||
while (true) { |
||||
|
||||
} |
||||
} |
||||
|
@ -0,0 +1 @@ |
||||
https://github.com/ARMmbed/mbed-os.git#2eb06e76208588afc6cb7580a8dd64c5429a10ce |
Loading…
Reference in new issue