Hi , I am mounting a sat Rotor system with 2 Nema 17 motors with planetar reduction . I use an arduino and a [CNC Shield V3] with steppper A988 to drive the nema 17 motor. I have take over via GitHub the software Satnogs rotator program. I have a problem to compile the program under Arduino ide or visual studio because the Globals.sh libray was not included … but she he always present in the library and I had follow any forums to solve this issue .
Have you an idea how i can solve this issue ?
Thanks in advance for any advice and informations.
If I understand correctly you don’t have the globals.h library?
The libraries are located here in the libraries folder.
All the libraries should be in the same folder as the Arduino code itself, and these libraries inside this folder should be imported using " " and not < >.
Hi, I have tested your suggestion for compiling the library <globals.h> and do the change with use of « » but i had always the same issue … and all library’s are put in the same folder …
What I do wrong ?
Thanks for your reply
Christian F6HDP
D:\OneDrive\DOSSIER-RADIOAMATEUR\projet-ROTORS-SAT\PROJET-SATNOGS\satnogs-rotator-firmware-master\satnogs-rotator-firmware-master\stepper_motor_controller\stepper_motor_controller.ino:41:10: error: #include expects “FILENAME” or #include «globals.h»