documentation!

This commit is contained in:
Joey Castillo
2021-08-05 15:49:20 -04:00
parent fb249f9b48
commit 4e0f249bd2
7 changed files with 729 additions and 55 deletions

View File

@@ -39,7 +39,6 @@
#include "hal_gpio.h"
#include "atmel_start_pins.h"
#include "watch.h"
#include "app.h"
//-----------------------------------------------------------------------------
HAL_GPIO_PIN(UART_TX, B, 0)
@@ -101,7 +100,7 @@ int main(void) {
}
// Watch library code. Set initial parameters for the device and enable the RTC.
watch_init();
_watch_init();
// User code. Give the app a chance to enable and set up peripherals.
app_setup();