Search found 2 matches

by tweezy0126
23 Apr 2014, 16:58
Forum: Mindstorms Software
Topic: NXC Rotate Motor functions
Replies: 1
Views: 4168

Re: NXC Rotate Motor functions

Fixed it. I just decided to remove my mutexs as there weren't any need as the functions are thread safe anyway.
by tweezy0126
23 Apr 2014, 16:49
Forum: Mindstorms Software
Topic: NXC Rotate Motor functions
Replies: 1
Views: 4168

NXC Rotate Motor functions

Hi. I'm using subsumption architecture for a project. Subsumption architecture is when you use tasks which all run parallel to each other, and then depending on what is active certain things are ran (Briefest of explanations). Anyway, i'm looking though the RotateMotor functions and i've hit a littl...