CopyThreads
CopyThreads copied to clipboard
A lightweight threading library for microcontrollers
Results
2
CopyThreads issues
Sort by
recently updated
recently updated
newest added
When I build for adafruit_feather_nrf52840 there is a conflict with the declaration ```SchedulerRTOS Scheduler``` in ```rtos.h```. I tried to wrap CopyThreads classes in their own namespace without being able to...
Hi I would like to use CopyThreads but get the following exception (continuously) when running on NodeMCU (12-E) 8266 (flashed for Arduino IDE c++). I used your blink example verbatim....