Skip to content

Commit

Permalink
Merge pull request #92 from swtengentus/patch-1
Browse files Browse the repository at this point in the history
Update MPUTeapot.pde (doesn't run without correction)
  • Loading branch information
jazhe authored Dec 18, 2024
2 parents 7f5a4e3 + 71f5a95 commit a5f1338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/MPU6050_DMP6/Processing/MPUTeapot/MPUTeapot.pde
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ void setup() {
smooth();

println(Serial.list()); //Display serial port list for debugging/clarity
tring portName = "COMXX"; //Define the port, port format may be different on Linux/Mac
String portName = "COMXX"; //Define the port, port format may be different on Linux/Mac
port = new Serial(this, portName, 115200); // Open the serial port
port.write('r'); // Send a single character to trigger DMP init/start
}
Expand Down

0 comments on commit a5f1338

Please sign in to comment.