Skip to content

Commit

Permalink
Feature/estop (#382)
Browse files Browse the repository at this point in the history
* add estop board schematic / pcb file

Signed-off-by: Masaya Kataoka <[email protected]>

* fix ERC error

Signed-off-by: Masaya Kataoka <[email protected]>

* update mkdocs.yaml

Signed-off-by: Masaya Kataoka <[email protected]>

* update python version

Signed-off-by: Masaya Kataoka <[email protected]>

* modify connection

Signed-off-by: Masaya Kataoka <[email protected]>

---------

Signed-off-by: Masaya Kataoka <[email protected]>
  • Loading branch information
hakuturu583 authored Jan 16, 2025
1 parent d7004a5 commit 8173619
Show file tree
Hide file tree
Showing 13 changed files with 28,353 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/document.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: "3.10.15"
python-version: "3.10.16"
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v3
with:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"board": {
"active_layer": 33,
"active_layer": 31,
"active_layer_preset": "All Layers",
"auto_track_width": true,
"hidden_netclasses": [],
Expand Down
4 changes: 4 additions & 0 deletions circuits/miniv_estop_board/miniv_estop_board/fp-lib-table
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(fp_lib_table
(version 7)
(lib (name "16PB017-01025")(type "KiCad")(uri "/workspace/computer_sensor_board/computer_sensor_board/16PB017-01025.pretty")(options "")(descr ""))
)
Loading

0 comments on commit 8173619

Please sign in to comment.