From b0aa875d483953e517f658d7030b70998c2e4cc9 Mon Sep 17 00:00:00 2001 From: androiddrew Date: Thu, 20 Dec 2018 16:48:28 -0500 Subject: [PATCH] added README.md with links to the course work and developer boards --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..efb2694 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Modern Embedded Systems Programming Course + +This repo is following the [Modern Embedded Systems Programming Course]() on youtube. The [companion web-page](http://www.state-machine.com/quickstart/) contains many additional resources for following along. + +This could used the TI M4F lauchpad board for teaching. This was originally the "Stellaris LaunchPad" (EK-LM4F120XL) but has since been renamed to "TivaC LaunchPad" ([EK-TM4C123GXL](http://www.ti.com/tool/ek-tm4c123gxl)). These two boards are equivalent, and both are equally useful for this course. \ No newline at end of file