pwm_write# method BaseArduinoDriver.pwm_write(pin: int, value: float) → None[source]# Tell the arduino to produce a pwm signal on a pin. Parameters: pinintInteger that represents the digital out pin number on an arduino valuefloatThe duty cycle of the pwm to be set (0 - 1.0)