RTC functions for STM32F103

Files at this revision

API Documentation at this revision

Comitter:
olympux
Date:
Sun Sep 25 20:17:30 2016 +0000
Parent:
0:22eb12b5dd2f
Commit message:
Added comment to LSE or LSI clock source

Changed in this revision

nnio_stm32f10x_rtc.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/nnio_stm32f10x_rtc.cpp	Fri Sep 16 19:34:41 2016 +0000
+++ b/nnio_stm32f10x_rtc.cpp	Sun Sep 25 20:17:30 2016 +0000
@@ -1,5 +1,6 @@
 #include "nnio_stm32f10x_rtc.h"
 
+// Enable this to use external clock, or disable to use internal clock
 #define ENABLE_LSE_CLOCK
 
 void RTC_Init(void)