ESP32 servo support (#14109)

This commit is contained in:
felixstorm
2019-05-26 01:12:24 +02:00
committed by Scott Lahteine
parent bc5a1fe562
commit 74f44783ac
5 changed files with 123 additions and 1 deletions

View File

@@ -80,6 +80,8 @@
#include "../HAL_STM32F4/HAL_Servo_STM32F4.h"
#elif defined(ARDUINO_ARCH_STM32)
#include "../HAL_STM32/HAL_Servo_STM32.h"
#elif defined(ARDUINO_ARCH_ESP32)
#include "../HAL_ESP32/HAL_Servo_ESP32.h"
#else
#include <stdint.h>