Next line after: LowPower.deepSleep(60000);
Serial.println("I’m awake");
That will deep sleep for sixty seconds then when it wakes will print “I’m awake!” to the serial monitor.
Are you using a capital letter at the start?
Next line after: LowPower.deepSleep(60000);
Serial.println("I’m awake");
That will deep sleep for sixty seconds then when it wakes will print “I’m awake!” to the serial monitor.
Are you using a capital letter at the start?