bjoerngiesler / BB-R2_STEM_ESP32

Apache License 2.0
4 stars 0 forks source link

default servo.h doesn't support ESP32 how did you get this to compile for Seeed Xiao ESP32-C3? #3

Open rwhiffen opened 2 months ago

rwhiffen commented 2 months ago

forgive my ignorance here.

When I try to compile the sketch for my ESP32 I get an error that Servo.h doesn't support the ESP32 architecture.

Does the Seeed Xiao ESP32-C3 not present as an ESP32 architecture or do you have an alternative Servo.h?

Maciej-droid commented 2 months ago

For ESP32C3 you should install "ESP32 ESP32S2 AnalogWrite" library by David LLoyd. It's the proper pack with Servo.h library. It work.