Riot-OS: tutorial to use command handlers and multi threading

This another tutorial of how using command handlers and multithreading. In short, we have a thread that listens for messages and prints the pid and the content value. To send the message we use a shell script by using the command handle mechanism. The code looks like: In order to compile the code, you should

Continue reading Riot-OS: tutorial to use command handlers and multi threading