overdue refactor: compile all watch modules separately

This commit is contained in:
Joey Castillo
2021-09-28 13:42:08 -04:00
parent 152ba8aec6
commit 39a17c99b9
27 changed files with 91 additions and 13 deletions

View File

@@ -24,18 +24,6 @@
#include "watch.h"
#include "watch_rtc.c"
#include "watch_slcd.c"
#include "watch_extint.c"
#include "watch_led.c"
#include "watch_buzzer.c"
#include "watch_adc.c"
#include "watch_gpio.c"
#include "watch_i2c.c"
#include "watch_uart.c"
#include "watch_deepsleep.c"
#include "watch_private.c"
bool battery_is_low = false;
// receives interrupts from MCLK, OSC32KCTRL, OSCCTRL, PAC, PM, SUPC and TAL, whatever that is.