GPIO Toggling issue
Posted on September 08, 2017 at 15:55Hi,Now I'm currently working with GPIO control.And I have an issue to control GPIO,I came across there's not toggling when I use delay()For example,# GPIO toggling not working casevoid delay(void){ volatile int i...