Pin change

This commit is contained in:
Mee2001 2021-06-14 18:40:58 +01:00
parent 5f3d1b5366
commit cc113aa086

View file

@ -7,7 +7,7 @@ void setup() {
M5.begin();
M5.IMU.Init();
Serial.begin(115200);
Serial1.begin(115200, SERIAL_8N1, 26, 36);
Serial1.begin(115200, SERIAL_8N1, 26, 0);
}
void loop() {
M5.IMU.getAhrsData(&pitch, &roll, &yaw);