Update Payload_BME280_MPU6050_XS.ino just 12.88 on 20

beta-i2s
Alan Johnston 2 years ago committed by GitHub
parent 7a8a0850e7
commit 6361fed610
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -240,6 +240,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(21, 2048000.0f, 50.0f, true); PWM_Instance2 = new RP2040_PWM(21, 2048000.0f, 50.0f, true);
// PWM_Instance2 = new RP2040_PWM(21, 12880000.0f, 50.0f, true); // PWM_Instance2 = new RP2040_PWM(21, 12880000.0f, 50.0f, true);
@ -251,7 +252,7 @@ void setup() {
else { else {
Serial.println("Error starting 2.048 MHz clock!"); Serial.println("Error starting 2.048 MHz clock!");
} }
*/
#endif #endif
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.