Skip to content

Commit 7a8f4b5

Browse files
committed
First blinky pico tutorial
Signed-off-by: Paul Guyot <[email protected]>
1 parent ac2004b commit 7a8f4b5

File tree

9 files changed

+620
-0
lines changed

9 files changed

+620
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
**/deps/**
33
**/mix.lock
44
**/rebar3.crashdump
5+
.DS_Store

tutorials/.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
*.beam
2+
*.ez
3+
/build
4+
erl_crash.dump
5+
6+
# Generated tutorial HTML
7+
build/
8+
9+
# Python virtual environment
10+
venv/
11+
12+
# Python cache
13+
__pycache__/
14+
*.pyc
15+
*.pyo
16+
*.pyd
17+
18+
# Sphinx build artifacts
19+
docs/_build/
20+
docs/.doctrees/
193 KB
Loading

tutorials/assets/raspberry-pi-pico.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)