diff options
author | Joey Castillo <jose.castillo@gmail.com> | 2021-09-14 15:12:30 -0400 |
---|---|---|
committer | Joey Castillo <jose.castillo@gmail.com> | 2021-09-14 15:12:30 -0400 |
commit | cb98f29e5778974ebd91b99f9757c63726b62e51 (patch) | |
tree | 8e74eca01b2f7012697725acf400bba29e0d378e /Sensor Watch Starter Project | |
parent | e4c1700806d348811b8932004cfa268a40a00636 (diff) | |
download | Sensor-Watch-cb98f29e5778974ebd91b99f9757c63726b62e51.tar.gz Sensor-Watch-cb98f29e5778974ebd91b99f9757c63726b62e51.tar.bz2 Sensor-Watch-cb98f29e5778974ebd91b99f9757c63726b62e51.zip |
more work on alternate board pinouts
Diffstat (limited to 'Sensor Watch Starter Project')
-rw-r--r-- | Sensor Watch Starter Project/app.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sensor Watch Starter Project/app.c b/Sensor Watch Starter Project/app.c index 3fa3a618..82ee26d5 100644 --- a/Sensor Watch Starter Project/app.c +++ b/Sensor Watch Starter Project/app.c @@ -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. |