From 8e83748e0160c2a7900c0867cc0f35e275b2fc00 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Mon, 3 Apr 2023 13:30:41 -0400 Subject: [PATCH] list examples in readme; ignore .hex --- .gitignore | 3 +++ README.md | 9 ++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 87e24d9..a9b854b 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,9 @@ *.out *.app +# Hex files +*.hex + # ---> Vim # Swap [._]*.s[a-v][a-z] diff --git a/README.md b/README.md index 8363ee1..0438259 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # nucleo-l476rg-examples -Code examples for the NUCLEO-L476RG development board \ No newline at end of file +Code examples for the NUCLEO-L476RG development board. + +**0.** Configure the processor to run at 80MHz using the phase-locked loop +(PLL). + +**1.** ADC configuration and polled sampling. Set output LED according to a +threshold. +