more work on alternate board pinouts

This commit is contained in:
Joey Castillo
2021-09-14 15:12:30 -04:00
parent e4c1700806
commit cb98f29e57
6 changed files with 108 additions and 99 deletions

View File

@@ -76,7 +76,7 @@ void app_wake_from_deep_sleep() {
* still be configured with the correct date and time.
*/
void app_setup() {
watch_enable_led(false); // enable LED with plain digital IO, not PWM
watch_enable_leds();
watch_enable_external_interrupts();
// This starter app demonstrates three different ways of using the button interrupts.