User Tools

Site Tools


digispark:tutorials:9dof

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
digispark:tutorials:9dof [2015/01/12 17:57]
digistump
digispark:tutorials:9dof [2015/01/12 21:59]
defragster startup delay and notepad note
Line 75: Line 75:
 int gyroHX = 0; //HX value from Gyro int gyroHX = 0; //HX value from Gyro
 int gyroHY = 0; //HY value from Gyro int gyroHY = 0; //HY value from Gyro
-int gyroHZ = 0; //HZ value from Gyro4097+int gyroHZ = 0; //HZ value from Gyro
 void setup() void setup()
 { {
Line 85: Line 85:
     ​     ​
     initGyro();     initGyro();
-    ​+ 
 +    DigiKeyboard.delay(1000); ​   // Open Notepad (or similar) and make sure it has the focus 
 +  ​
 } }
  
digispark/tutorials/9dof.txt · Last modified: 2016/06/09 12:03 (external edit)