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

@ -75,6 +75,8 @@ extern portMUX_TYPE spinlock;
typedef int16_t pin_t;
#define HAL_SERVO_LIB Servo
// --------------------------------------------------------------------------
// Public Variables
// --------------------------------------------------------------------------