Mbed Studio link
This commit is contained in:
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
.build
|
||||
.mbed
|
||||
projectfiles
|
||||
*.py*
|
||||
mbed-os
|
||||
BUILD
|
||||
|
||||
10
main.cpp
Normal file
10
main.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "mbed.h"
|
||||
|
||||
// main() runs in its own thread in the OS
|
||||
int main()
|
||||
{
|
||||
while (true) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
1
mbed-os.lib
Normal file
1
mbed-os.lib
Normal file
@@ -0,0 +1 @@
|
||||
https://github.com/ARMmbed/mbed-os.git#2eb06e76208588afc6cb7580a8dd64c5429a10ce
|
||||
Reference in New Issue
Block a user