feilipu / Arduino_FreeRTOS_Library

A FreeRTOS Library for all Arduino ATmega Devices (Uno R3, Leonardo, Mega, etc).
MIT License
841 stars 204 forks source link

Added vTaskDelay to TaskLed Function #81

Closed balaji303 closed 3 years ago

balaji303 commented 3 years ago

Without Delay, digitalWrite and digitalRead looks like skipped @feilipu Please Merge my pull request to your repository. I tried the code without delay Arduino Board misbehaved hence I added the Delay, It worked Fine