esp32 compiling version

This commit is contained in:
Dmitry Borisenko
2020-08-30 00:12:11 +03:00
parent 01248f41da
commit 86ee523182
12 changed files with 49 additions and 28 deletions

View File

@@ -1,5 +1,5 @@
#ifdef SERVO_ENABLED
#include "Servo/Servos.h"
Servos myServo;
Servos::Servos(){};
@@ -38,3 +38,4 @@ Servo *Servos::get(uint8_t num) {
size_t Servos::count() {
return _items.size();
}
#endif