Posted on February 21, 2014 at 08:59
/* Includes ------------------------------------------------------------------*/
#include ''stm32f4xx.h''
#include ''stm32f4xx_syscfg.h''
#include ''stm32f4xx_rcc.h''
#include ''stm32f4xx_gpio.h''
#include ''s...
Posted on February 11, 2014 at 08:10
Hi Clive,
Thank you so much for the code. I added parts of it to the PWM input code and it works great! I am however only able to get a reading from one channel at the moment. I was hoping to use all 4...
Posted on February 07, 2014 at 08:08
Hi,
I want to acquire a PWM input from a Futaba RC Receiver :http://www.futaba-rc.com/systems/futk6000.html Using this input I would like to test it out by varying the brightness of the onboard LED.
...