Search found 1 match

by ubertron
28 Jan 2011, 14:37
Forum: Mindstorms Software
Topic: Remote control of motors using C/C++
Replies: 4
Views: 5529

Remote control of motors using C/C++

Hi, I'm wondering if the NXT motors can be controlled using a c/c++ program in real time. I have a project that contains several other c++ files which basically layout a maze for the robot to follow. I would like to read in the encoder values so that the numbers can be used in my other source files ...