TM STM32F4xx Libraries  v1.0.0
Libraries for STM32F4xx devices from Tilen Majerle

SERVO library for STM32F4xx devices - http://stm32f4-discovery.com/2014/10/library-42-control-rc-servo-stm32f4. More...

Modules

 TM_SERVO_Macros
 Library defines.
 
 TM_SERVO_Typedefs
 Library Typedefs.
 
 TM_SERVO_Functions
 Library Functions.
 

Detailed Description

SERVO library for STM32F4xx devices - http://stm32f4-discovery.com/2014/10/library-42-control-rc-servo-stm32f4.

This library allows you to control RC servo with STM32F4xx.

Basically, only limitation for number of servos is number of timers in MCU.

Changelog
 Version 1.1
  - January 03, 2015
  - Added "micros" and "degrees" values to structure for user feedback where servo is located
  - Supports TM PWM 2.0 version library
 
 Version 1.0
  - First release
Dependencies
 - STM32F4xx
 - STM32F4xx RCC
 - STM32F4xx GPIO
 - STM32F4xx TIM
 - defines.h
 - TM PWM
 - TM TIMER PROPERTIES