Concept Flow - LED class and methods
Create LED object
Call turn_on() method
LED state set to ON
Call turn_off() method
LED state set to OFF
Call toggle() method
LED state switched ON/OFF
End
This flow shows creating an LED object and using its methods to turn it on, off, or toggle its state.