From 7ba95fa84c3d32f5bde1ca0fe33dad0063e23672 Mon Sep 17 00:00:00 2001 From: William Miceli Date: Sat, 30 Jan 2021 16:59:06 -0500 Subject: [PATCH] Added video about the MCU's clock system --- Doxyfile | 3 ++- Hardware/!Hardware.markdown | 1 - Hardware/Microcontroller.markdown | 5 ----- References/!References.markdown | 13 +++++++++++++ 4 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 Hardware/Microcontroller.markdown create mode 100644 References/!References.markdown diff --git a/Doxyfile b/Doxyfile index 54b370e..1bba4ce 100644 --- a/Doxyfile +++ b/Doxyfile @@ -867,7 +867,8 @@ WARN_LOGFILE = INPUT = Hardware \ Software \ README.markdown \ - Meta + Meta \ + References # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses diff --git a/Hardware/!Hardware.markdown b/Hardware/!Hardware.markdown index 451f651..6af6eff 100644 --- a/Hardware/!Hardware.markdown +++ b/Hardware/!Hardware.markdown @@ -4,7 +4,6 @@ - @subpage deviceSpecifications - @subpage layoutPlanning -- @subpage microcontroller --- diff --git a/Hardware/Microcontroller.markdown b/Hardware/Microcontroller.markdown deleted file mode 100644 index 5ec97dd..0000000 --- a/Hardware/Microcontroller.markdown +++ /dev/null @@ -1,5 +0,0 @@ -@page microcontroller Microcontroller - - - -# Introduction to MSP430 Clock System \ No newline at end of file diff --git a/References/!References.markdown b/References/!References.markdown new file mode 100644 index 0000000..90f3b2b --- /dev/null +++ b/References/!References.markdown @@ -0,0 +1,13 @@ +@page references References + +@b Subpages + +- @subpage microcontroller Microcontroller + +--- + + + +# Universal Clock System (UCS) + +- [High-level Introductory Video](https://www.youtube.com/watch?v=b4PEmSDZml4) \ No newline at end of file