PWM`1`
> * **void pinMode (int pin, int mode) ;**
>
>
> This sets the mode of a pin to either **INPUT** , **OUTPUT** , or **PWM_OUTPUT**. Note that only wiringPi pin 1 (BCM_GPIO 18) supports PWM output.
<
PWM`1`
> * **void pinMode (int pin, int mode) ;**
>
>
> This sets the mode of a pin to either **INPUT** , **OUTPUT** , or **PWM_OUTPUT**. Note that only wiringPi pin 1 (BCM_GPIO 18) supports PWM output.
<