info: update gitignore and README

This commit is contained in:
Alessio Spachtholz 2024-03-02 22:01:12 +01:00
parent 0f552b88f0
commit aa73ef9dcd
2 changed files with 17 additions and 6 deletions

20
.gitignore vendored
View File

@ -1,3 +1,7 @@
# ---> AutoDesk
OldVersions/
[Pp]roduction/
# ---> KiCad # ---> KiCad
# For PCBs designed using KiCad: https://www.kicad.org/ # For PCBs designed using KiCad: https://www.kicad.org/
# Format documentation: https://kicad.org/help/file-formats/ # Format documentation: https://kicad.org/help/file-formats/
@ -29,6 +33,11 @@ fp-info-cache
*.xml *.xml
*.csv *.csv
# Gerbers
gerber/
Gerber/
GERBER/
# ---> C # ---> C
# Prerequisites # Prerequisites
*.d *.d
@ -102,17 +111,17 @@ dkms.conf
mono_crash.* mono_crash.*
# Build results # Build results
#[Dd]ebug/ [Dd]ebug/
#[Dd]ebugPublic/ [Dd]ebugPublic/
#[Rr]elease/ [Rr]elease/
#[Rr]eleases/ [Rr]eleases/
x64/ x64/
x86/ x86/
[Ww][Ii][Nn]32/ [Ww][Ii][Nn]32/
[Aa][Rr][Mm]/ [Aa][Rr][Mm]/
[Aa][Rr][Mm]64/ [Aa][Rr][Mm]64/
bld/ bld/
#[Bb]in/ [Bb]in/
[Oo]bj/ [Oo]bj/
[Ll]og/ [Ll]og/
[Ll]ogs/ [Ll]ogs/
@ -484,4 +493,3 @@ FodyWeavers.xsd
# ---> Autocad # ---> Autocad
*.bak *.bak
OldVersions/

View File

@ -13,3 +13,6 @@ For the second version, things are more complicated. The circuit board is ready
![PCB Version 2 back view](/media/version_2_pvb_back.jpg) ![PCB Version 2 back view](/media/version_2_pvb_back.jpg)
![PCB Version 2 front view](/media/version_2_pvb_front.jpg) ![PCB Version 2 front view](/media/version_2_pvb_front.jpg)
## Version 3 - Work in progress
Same PCB used in version 1, but new 3D printed case with some improvements and with use of a printer with AMS for multicolor printing.