Quote:
|
Originally Posted by Der Rowan
Better yet, what is the BEST way to get all the information? I'm seeing outputs in some of these posts mentioning the same kind of scaling that you see when you output to one of the motors. So should I find some way to get the info back to the dashboard (which I still need to set up). Even with that, we need to integrate (for many of the sensors) and seeing the value at any one time wont tell us too much.
|
So, are you using printf()? printf() will let you write output to the programming port on the RC. After you download the code to your RC then the COM program will start up. Then you will see any output that you have added printf's for.
Maybe I'm missing what you are asking.