list examples in readme; ignore .hex

main
Clyne 1 year ago
parent 2f6d97bfe0
commit 8e83748e01

3
.gitignore vendored

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

@ -1,3 +1,10 @@
# nucleo-l476rg-examples # 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.

Loading…
Cancel
Save