Become a leader in the IoT community!
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
hi guys how to implement a schedular for attiny 1616 microcontroller ?
the arduino scheduler is using timer to design the schedular I cannot find any timer fucntion inside the cpp file
The best way is to draw inspiration from Arduino Scheduler library <https://github.com/arduino-libraries/Scheduler/> or just port freertos on ATtiny1616. Heres reference repo as they both share same as 2K of RAM <https://github.com/FreeRTOS/FreeRTOS/tree/main/FreeRTOS/Demo/AVR_ATMega323_WinAVR>
CONTRIBUTE TO THIS THREAD