diff --git a/.gitignore b/.gitignore index effafe4..a29bb3e 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,7 @@ fp-info-cache *-backups *-cache *-bak +*.lck jlcpcb production diff --git a/README.md b/README.md new file mode 100644 index 0000000..b4681ac --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# ZeroBreakout + +Breakout board for using an RP2040-Zero board with random bits and bobs. +Endstops, buttons, filament runout detection, whatever random thing you could +want all in one convenient package + +![Board](images/rev0.png) diff --git a/images/rev0.png b/images/rev0.png new file mode 100644 index 0000000..1073fcd Binary files /dev/null and b/images/rev0.png differ