What is the coding for led blinking in linux vmware

what is the coding for led blinking in linux vmware ?

Hi @Raju.kumar24797,

Have you attempted to write the code yourself?
Please post what you tried to do.

I could not find any projects where someone had tried to control an LED from a linux vmware.
What you can try to do, is write a python code as shown in the course, and use the digitalWrite function as shown in the link below, instead of the analogRead funciton.