Untitled
Anonymous
plain_text
04/28/2024 2:25 PM
364 B
11
Indexable
graph TD;
Start --> Input_Audio;
Input_Audio --> Amplification;
Input_Audio --> LED_Control;
Amplification --> Output_Audio;
LED_Control --> LED_Lighting;
LED_Lighting --> Output_Light;
Output_Audio --> End;
Output_Light --> End;
Editor is loading...
Leave a Comment