Proto Thread In Arduino

TurnToJPG -->


Recently I want to use RTOS on Arduino, but after reading the material I find it’s not so easy to run another “OS” on Arduino. But I found this library which named “Proto Thread” which could afford me thread-like operation. Following is the steps for using this library for controlling 2 different threads.

Installation of Proto Thread