list examples in readme; ignore .hex
This commit is contained in:
parent
2f6d97bfe0
commit
8e83748e01
3
.gitignore
vendored
3
.gitignore
vendored
@ -32,6 +32,9 @@
|
||||
*.out
|
||||
*.app
|
||||
|
||||
# Hex files
|
||||
*.hex
|
||||
|
||||
# ---> Vim
|
||||
# Swap
|
||||
[._]*.s[a-v][a-z]
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user