Skip to content

Commit

Permalink
Update MPUTeapot.pde
Browse files Browse the repository at this point in the history
typo line 45 ("tring" in place of "String")

Signed-off-by: swtengentus <[email protected]>
  • Loading branch information
swtengentus authored Dec 18, 2024
1 parent 7f5a4e3 commit 71f5a95
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 71f5a95

Please sign in to comment.