Danial Mousavi / Mbed OS test
Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 #include "mbed.h"
00002 
00003 // main() runs in its own thread in the OS
00004 // added my change
00005 // added my change 2
00006 // added my change 3
00007 int main()
00008 {
00009     while (true) {
00010         
00011     }
00012 }
00013