Update Payload_BME280_MPU6050_XS.ino gpio 20 and 21

beta-i2s
Alan Johnston 2 years ago committed by GitHub
parent 9353f1e34f
commit b2a7a44016
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -239,7 +239,7 @@ void setup() {
else { else {
Serial.println("Error starting 12.88 MHz clock!"); Serial.println("Error starting 12.88 MHz clock!");
} }
PWM_Instance2 = new RP2040_PWM(20, 2048000.0f, 50.0f); PWM_Instance2 = new RP2040_PWM(21, 2048000.0f, 50.0f);
if (PWM_Instance2) if (PWM_Instance2)
{ {
PWM_Instance2->setPWM(); PWM_Instance2->setPWM();

Loading…
Cancel
Save

Powered by TurnKey Linux.