KS5017 Keyestudio Vision Smart Car Compilation error: "SetMotor.h: No such file or directory"

The board is an ESP32
As dictated in the tutorial from keyestudio WiKi i used the library for the development board used on the video car must be “AI Thinker ESP32-CAM”
I start programming with no problem (led blinking, dimming, message to opretor).
When i tried to use the motor I got the message Compilation error: "SetMotor.h: No such file or directory".

It correspomd to the #include "SetMotor.h"

The library do not seem to include the SetMotor.h

Anybody has an idea?

Found the missing file, case solved

The library is most likely installed in the Arduino/IDE folders.
Use the IDE library installler to do it.

Fine!

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.