list examples in readme; ignore .hex

This commit is contained in:
Clyne 2023-04-03 13:30:41 -04:00
parent 2f6d97bfe0
commit 8e83748e01
2 changed files with 11 additions and 1 deletions

3
.gitignore vendored
View File

@ -32,6 +32,9 @@
*.out
*.app
# Hex files
*.hex
# ---> Vim
# Swap
[._]*.s[a-v][a-z]

View File

@ -1,3 +1,10 @@
# nucleo-l476rg-examples
Code examples for the NUCLEO-L476RG development board
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.