ArduinoThread icon indicating copy to clipboard operation
ArduinoThread copied to clipboard

⏳ A simple way to run Threads on Arduino

Results 17 ArduinoThread issues
Sort by recently updated
recently updated
newest added

Could you please provide an example combining your sensor example with sleep?

The library seems not to work on the ESP32. Boards: https://github.com/espressif/arduino-esp32 I always get "error: 'Thread' has not been declared" Using the ESP8266 boards it works fine

Hello. Did I catch up with the use of memory? Use a common STACK for all the threads or each STACK sampling, as is the case with FreeRTOS? Thank you.

According to the documentation of ArduinoThread one should be able to inherit from the Thread class: "Inheriting from Thread or even ThreadController is always a good idea. For example, I...

Light versions of Thread and StaticThreadController that uses less memory. Maximum period is only 32,767 seconds. It is recommended to use only in case of a memory deficit.

I personally loved the library, but having parameterized callback was a useful option that was missing. Therefore, I added this functionality. With this functionality it is possible to call same...

In the Installation section in the README, the installation is recommended through manual install. The library is also available through the Arduino-Library-Manager. Is there a downside to either of the...