Picaio / roboteyes

21 stars 9 forks source link

Include eyes.h? #1

Open RyDuino opened 2 years ago

RyDuino commented 2 years ago

It says it's not defined. What do I do? Error code:

sketch_jan28b:11:10: fatal error: eyes.h: No such file or directory

include "eyes.h"

      ^~~~~~~~

compilation terminated. exit status 1 eyes.h: No such file or directory

Picaio commented 2 years ago

Hi, you have to put de file eyes.h in the same folder to robot_vector.ino, in this case, the file contains data to animation eyes. :)