Update Payload_BME280_MPU6050_XS.ino remove print

beta-i2s
Alan Johnston 2 years ago committed by GitHub
parent 264f714391
commit 8187a7b143
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -235,7 +235,6 @@ void setup() {
{
PWM_Instance1->setPWM();
Serial.println("Starting 12.88 MHz clock!");
printPWMInfo(PWM_Instance1);
}
else {
Serial.println("Error starting 12.88 MHz clock!");
@ -245,7 +244,6 @@ void setup() {
{
PWM_Instance2->setPWM();
Serial.println("Starting 2.048 MHz clock!");
printPWMInfo(PWM_Instance2);
}
else {
Serial.println("Error starting 2.048 MHz clock!");

Loading…
Cancel
Save

Powered by TurnKey Linux.