diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..82e5343 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +.build +.mbed +projectfiles +*.py* +mbed-os +BUILD + diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..9400453 --- /dev/null +++ b/main.cpp @@ -0,0 +1,10 @@ +#include "mbed.h" + +// main() runs in its own thread in the OS +int main() +{ + while (true) { + + } +} + diff --git a/mbed-os.lib b/mbed-os.lib new file mode 100644 index 0000000..2b07903 --- /dev/null +++ b/mbed-os.lib @@ -0,0 +1 @@ +https://github.com/ARMmbed/mbed-os.git#2eb06e76208588afc6cb7580a8dd64c5429a10ce \ No newline at end of file