I have never before used Arduino IDE, or C++, however i decided that it would be fun to try and build a hexopod, i made a leg to test out if the servo's i have, can even lift the leg with them inside, and i am now on the coding stage, also im using adafruit to controll multiple servo's in the future, my code is as follows:
from my uderstanding the servo should just rotate on loop for ever, but the servo is just simply not moving, i have checked countless times if its a wiring problem, but the "servo" example code is working just fine so clearly thats not it, however, the Serial.print() does print out what part of the loop is supposed to happen. Am i not understanding how this works or am i stupid? please help.
As your topic does not relate directly to the installation or operation of the IDE it has been moved to the Programming Questions category of the forum
well i mostly am just trying to figure out what i did wrong, cause even if i use the examples it could potentially come back to bite me in the future, it being my lack of knowledge in this situation.