Skip to content

Commit 7627992

Browse files
author
Nathan Seidle
committed
Update readme. Move script to tools folder. Remove extra Blink.
1 parent 62296d2 commit 7627992

File tree

4 files changed

+48
-1
lines changed

4 files changed

+48
-1
lines changed

.gitignore

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
#VSCode
2+
3+
/.vscode/*
4+
5+
# Windows image file caches
6+
Thumbs.db
7+
ehthumbs.db
8+
9+
#Eagle Backup files
10+
*.s#?
11+
*.b#?
12+
*.l#?
13+
*.lck
14+
15+
# Folder config file
16+
Desktop.ini
17+
18+
# Recycle Bin used on file shares
19+
$RECYCLE.BIN/
20+
21+
# Windows Installer files
22+
*.cab
23+
*.msi
24+
*.msm
25+
*.msp
26+
27+
# =========================
28+
# Operating System Files
29+
# =========================
30+
31+
# OSX
32+
# =========================
33+
34+
.DS_Store
35+
.AppleDouble
36+
.LSOverride
37+
38+
# Icon must ends with two \r.
39+
Icon
40+
41+
42+
# Thumbnails
43+
._*
44+
45+
# Files that might appear on external disk
46+
.Spotlight-V100
47+
.Trashes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To use:
1616

1717
Be sure you are loading firmware for your board or product. While it's unlikely to damage Artemis by loading incorrect firmware it will erase the pre-existing firmware and may lead to the peripherals being controlled incorrectly.
1818

19-
A *Blink.bin* firmware file is included. This will cause pin 5 to blink at 1Hz.
19+
A *Blink.bin* firmware file is included. This will cause pin 5 (the status LED on [ATP](https://www.sparkfun.com/products/15442)to blink at 1Hz.
2020

2121
Pressing the 'Update Bootloader' button will erase all firmware on the Artemis and load the latest bootloader firmware. This is handy when SparkFun releases updates to the [SVL](https://github.com/sparkfun/SparkFun_Apollo3_AmbiqSuite_BSPs/blob/master/common/examples/artemis_svl/src/main.c).
2222

tools/Blink.bin

-8.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)