Subversion Repositories FlightCtrl

Rev

Rev 701 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 701 Rev 898
Line 42... Line 42...
42
   SLAVE_SELECT_PORT &=  ~(1 << SPI_SLAVE_SELECT);  // SelectSlave
42
   SLAVE_SELECT_PORT &=  ~(1 << SPI_SLAVE_SELECT);  // SelectSlave
Line 43... Line 43...
43
 
43
 
44
   SPITransferCompleted = 0;
44
   SPITransferCompleted = 0;
45
   UpdateSPI_Buffer();                              // update buffer
45
   UpdateSPI_Buffer();                              // update buffer
46
   SPI_BufferIndex = 1;
46
   SPI_BufferIndex = 1;
47
   DebugOut.Analog[16]++;
47
   // DebugOut.Analog[16]++;
48
   // -- Debug-Output ---
48
   // -- Debug-Output ---
49
/*         DebugOut.Analog[20] = FromNaviCtrl.Comp;
49
/*         DebugOut.Analog[20] = FromNaviCtrl.Comp;
50
       DebugOut.Analog[21] = FromNaviCtrl.GPS_Pitch;
50
       DebugOut.Analog[21] = FromNaviCtrl.GPS_Pitch;
51
       DebugOut.Analog[22] = FromNaviCtrl.GPS_Roll;
51
       DebugOut.Analog[22] = FromNaviCtrl.GPS_Roll;