4 years, 5 months ago.

The online compiler can't find "rtos.h"

  1. include "mbed.h"
  2. include "rtos.h" here an error comes saying: No such File or directory

Thread th1;

......

1 Answer

4 years, 5 months ago.

Hi Leonard,

You can refer to the basic thread example here.

https://os.mbed.com/docs/mbed-os/v5.14/apis/thread.html

Regards, Desmond