Search found 2 matches

by shaddi
Wed Mar 28, 2012 9:43 am
Forum: Software development
Topic: dev20120225 orientation warning!!!
Replies: 26
Views: 10492

Re: dev20120225 orientation warning!!!

Yes, it works correctly. I hoped that somebody with a miniwii-board can confirm this configuration :)
by shaddi
Wed Mar 28, 2012 9:23 am
Forum: Software development
Topic: dev20120225 orientation warning!!!
Replies: 26
Views: 10492

Re: dev20120225 orientation warning!!!

Anyone using the MiniWii-Board from Jussi? I had to change the Sensor-Orientations for the actual MW 2.0 to the following: #define ACC_ORIENTATION(X, Y, Z) {accADC[ROLL] = -X; accADC[PITCH] = -Y; accADC[YAW] = -Z;} was: #define ACC_ORIENTATION(X, Y, Z) {accADC[ROLL] = X; accADC[PITCH] = -Y; accADC[Y...