i did this modification to example code given with the lib..
pwm.setPWM(0,0,4096)
pwm.setPWM(1,0,0)
pwm.setPWM(2,0,4096)
pwm.setPWM(3,0,0)
i want the output in the board to be channel 0 => 5v ,ch 1=> 0v and go on...is it possible with this board?