10 years, 5 months ago.

Pwm out

Hey guys,

I need to send a signal from the pwm out pin(26) which is connected to the FPGA. now the FPGA is connected to three servo motors and i would like to send a 1 out of the pin (26) as the FPGA only receives data in 1's or 0's. can anyone help me with the coding or any advice will be greatly appreciated . thanks

Every function on the mbed except AnalogOut also only sends ones and zeros. If you just want to send a '1', you don't need PwmOut, but DigitalOut.

posted by Erik - 13 Nov 2013
Be the first to answer this question.