Skip to content

Commit

Permalink
Configure project
Browse files Browse the repository at this point in the history
  • Loading branch information
napowderly committed Feb 4, 2024
1 parent 0b9b091 commit 8d11f9a
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"python.defaultInterpreterPath": "/Users/narayanpowderly/Documents/atopile-workspace/.venv/bin/python3.11"
}
3 changes: 0 additions & 3 deletions .vscode/settings.json.j2

This file was deleted.

6 changes: 6 additions & 0 deletions ato.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
ato-version: ^0.2.0
builds:
default:
entry: elec/src/lv2842xlvddcr.ato:Lv2842xlvddcr
dependencies:
- generics
6 changes: 0 additions & 6 deletions ato.yaml.j2

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -1725,13 +1725,13 @@
(stroke (width 0.2) (type default)) (fill none) (layer "Edge.Cuts") (tstamp e1dec10d-8b7a-4e73-adf9-1aab96be1971))
(gr_line (start 225.62 117.79) (end 257.62 117.79)
(stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp e1f36007-0f9d-4dc5-ae43-6b056652526f))
(gr_text "{{"{{GITHASH}}"}}" (at 152.4 139.7) (layer "F.SilkS") (tstamp 46268c7f-4a2b-440e-af15-46add3884cdf)
(gr_text "{{GITHASH}}" (at 152.4 139.7) (layer "F.SilkS") (tstamp 46268c7f-4a2b-440e-af15-46add3884cdf)
(effects (font (size 2 2) (thickness 0.1)) (justify left bottom))
)
(gr_text "{{"{{GITHASH}}"}}" (at 62.23 146.05) (layer "F.SilkS") (tstamp 47ada779-5919-4cca-9f25-e816e5b53339)
(gr_text "{{GITHASH}}" (at 62.23 146.05) (layer "F.SilkS") (tstamp 47ada779-5919-4cca-9f25-e816e5b53339)
(effects (font (size 2 2) (thickness 0.1)) (justify left bottom))
)
(gr_text "{{"{{GITHASH}}"}}" (at 232.508427 115.791573) (layer "F.SilkS") (tstamp d894e23f-c5ed-4336-947e-ac38e533f04c)
(gr_text "{{GITHASH}}" (at 232.508427 115.791573) (layer "F.SilkS") (tstamp d894e23f-c5ed-4336-947e-ac38e533f04c)
(effects (font (size 2 2) (thickness 0.1)) (justify left bottom))
)

Expand Down Expand Up @@ -1763,4 +1763,4 @@
e1f36007-0f9d-4dc5-ae43-6b056652526f
)
)
)
)
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
"last_paths": {
"gencad": "",
"idf": "",
"netlist": "../../../build/default/{{caseconverter.kebabcase(name)}}.net",
"netlist": "../../../build/default/lv2842xlvddcr.net",
"specctra_dsn": "",
"step": "",
"vrml": ""
Expand All @@ -228,4 +228,4 @@
},
"sheets": [],
"text_variables": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
(paper "A4")
(lib_symbols)
(symbol_instances)
)
)
2 changes: 0 additions & 2 deletions elec/src/__name__.ato.j2

This file was deleted.

2 changes: 2 additions & 0 deletions elec/src/lv2842xlvddcr.ato
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
module Lv2842xlvddcr:
signal gnd

0 comments on commit 8d11f9a

Please sign in to comment.