I am new to Arduino, when i use buzzer while using pins 3 and 11 to output an analog signal the buzzer make the signal goes to 0 (buzzer makes pin 3 and 11 stop outputting analog signal), when i use digitalWrite(); nothing like that happens why ?
forgive me for my bad English
Update: i figured out that arduino has timers in it, timers help produce sound and analog signal, pin 3 and 11 share the same timer which is timer 2, and in arduino buzzer uses timer 2 also, thats why it was working in a weird way, i thought that updating the forum will help other people