You either have an error (syntax) in the code, or are using (and therefore linking against) functions that don’t exist. Show us the code and we can help.
I’m sure you do, but I don’t want others knowing what I’m doing because that takes the entire fun out of programming and seeing the unique programming ideas that come up I’ll try out what you said. And jPearman, if I become desperate and can’t get the code to work, can I send you a pm? And you too edjubuh?
You will also need a delay in that loop, all 375 values will be sent to the motors almost instantly and the motors will just end up running at the last value sent.
Never mind, I was able to figure out the problem. It had to do with an array stored in a header file not working properly. The program is now fixed and works as intended.