
Search found 2 matches
- Wed Mar 28, 2012 9:43 am
- Forum: Software development
- Topic: dev20120225 orientation warning!!!
- Replies: 26
- Views: 13133
Re: dev20120225 orientation warning!!!
Yes, it works correctly. I hoped that somebody with a miniwii-board can confirm this configuration 

- Wed Mar 28, 2012 9:23 am
- Forum: Software development
- Topic: dev20120225 orientation warning!!!
- Replies: 26
- Views: 13133
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...