Multithreading using SPresence with Arduino SDK
-
Hi,
I am trying to run a multi-threaded program on the SPresence microcontroller using the Arduino SDK however, I am not sure how to create threads using the SDK. Would anyone be able to do a simple demonstrate how to create & end threads, wait for a thread, and send information to a thread with some code?
-
Hi @Vraj-Patel
You could take a look at the Nuttx tasks info pages and see if you can manage to create something from that:
http://www.nuttx.org/doku.php?id=wiki:nxinternal:nxtasking#nuttx_tasks
This should be possible to use in the Arduino SDK
@Vraj-Patel said in Multithreading using SPresence with Arduino SDK:
I am trying to run a multi-threaded program on the SPresence microcontroller using the Arduino SDK however, I am not sure how to create threads using the SDK. Would anyone be able to do a simple demonstrate how to create & end threads, wait for a thread, and send information to a thread with some code?