first commit

This commit is contained in:
cuu 2024-12-29 12:44:21 +08:00
commit 3bfa8164db
9 changed files with 6679 additions and 0 deletions

18
.github/workflows/publish-wiki.yml vendored Normal file
View File

@ -0,0 +1,18 @@
name: Publish wiki
on:
push:
branches: [master]
paths:
- wiki/**
- .github/workflows/publish-wiki.yml
concurrency:
group: publish-wiki
cancel-in-progress: true
permissions:
contents: write
jobs:
publish-wiki:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Andrew-Chen-Wang/github-wiki-action@v4

0
Bin/.gitkeep Normal file
View File

Binary file not shown.

0
Code/.gitkeep Normal file
View File

0
PCB/.gitkeep Normal file
View File

0
Pictures/.gitkeep Normal file
View File

4
README.md Normal file
View File

@ -0,0 +1,4 @@
# PicoCalc

File diff suppressed because one or more lines are too long

0
wiki/Home.md Normal file
View File