This is a test of mbed repository.

main.cpp

Committer:
danial19100
Date:
2022-02-19
Revision:
0:b2e809d9c0f9
Child:
1:093802349334

File content as of revision 0:b2e809d9c0f9:

#include "mbed.h"

// main() runs in its own thread in the OS
int main()
{
    while (true) {
        
    }
}