mirror of
https://github.com/ElectronicCats/mpu6050.git
synced 2026-03-07 00:46:49 +01:00
Merge pull request #92 from swtengentus/patch-1
Update MPUTeapot.pde (doesn't run without correction)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user