What is the duty cycle of PWM generated on pin 9?
void setup() { pinMode(9, OUTPUT); } void loop() { analogWrite(9, 26); }
10.19 %
2.6 %
26 %
11.35%