Servo & PWM support for LPC1768 (#7500)

This commit is contained in:
Bob-the-Kuhn
2017-08-14 14:40:13 -05:00
committed by Scott Lahteine
parent 859fa35287
commit 97444391e0
10 changed files with 739 additions and 86 deletions

View File

@@ -71,6 +71,10 @@
#if IS_32BIT_TEENSY
#include "HAL_TEENSY35_36/HAL_Servo_Teensy.h" // Teensy HAL uses an inherited library
#elif defined(TARGET_LPC1768)
#include "HAL_LPC1768/LPC1768_Servo.cpp"
#else
#include <inttypes.h>