Skip to content

[2.0.x] Implement servo support for STM32F1#11580

Merged
thinkyhead merged 1 commit intoMarlinFirmware:bugfix-2.0.xfrom
jmz52:Implement-servo-support-for-STM32F1
Aug 21, 2018
Merged

[2.0.x] Implement servo support for STM32F1#11580
thinkyhead merged 1 commit intoMarlinFirmware:bugfix-2.0.xfrom
jmz52:Implement-servo-support-for-STM32F1

Conversation

@jmz52
Copy link
Contributor

@jmz52 jmz52 commented Aug 17, 2018

Description

Implement servo support for STM32F1.

Original code was incomplete and depended on Servo library from stm32duino which conflicts with module/servo.h as both servo.h files are using the same _SERVO_H_ macro.

#ifndef _SERVO_H_
#define _SERVO_H_
...
#endif // _SERVO_H_

New code implements functionality used by MarlinFW and does not rely on servo library from stm32duino framework.

Benefits

STM32F1-based systems can use servo.

Related Issues

None

@jmz52 jmz52 changed the title Implement servo support for STM32F1 [2.0.x] Implement servo support for STM32F1 Aug 17, 2018
@thinkyhead thinkyhead force-pushed the Implement-servo-support-for-STM32F1 branch from a10b060 to 1be5e49 Compare August 18, 2018 04:40
Implement servo support for STM32F1. Original code was incomplete and depended on Servo library from stm32duino which conflicts with module/servo.h
@thinkyhead thinkyhead force-pushed the Implement-servo-support-for-STM32F1 branch from 1be5e49 to af8723b Compare August 18, 2018 06:31
@thinkyhead thinkyhead added PR: Improvement T: HAL & APIs Topic related to the HAL and internal APIs. labels Aug 21, 2018
@thinkyhead thinkyhead merged commit a77f8c6 into MarlinFirmware:bugfix-2.0.x Aug 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR: Improvement T: HAL & APIs Topic related to the HAL and internal APIs.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants