Servo & PWM support for LPC1768 (#7500)
This commit is contained in:
committed by
Scott Lahteine
parent
859fa35287
commit
97444391e0
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user