mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 22:52:19 +03:00
esp32 compiling version
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user