Projects › Projects › led display 0 – 9 with switch › HiI find a little problem in
February 23, 2018 at 9:07 am
#14757
GANEEV SINGH
Participant
Hi
I find a little problem in this code.
The code will show nothing on LCD screen if the switch is not pressed at all. According to me, "If(sw==0){}" condition should be written under "while(1)" loop so that it keeps on checking the switch status and displays 0-9 whenever switch gets pressed.