Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
megamind4089 committed Jan 16, 2022
0 parents commit 95b288c
Show file tree
Hide file tree
Showing 15 changed files with 96,436 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
25 changes: 25 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# For PCBs designed using KiCad: http://www.kicad-pcb.org/
# Format documentation: http://kicad-pcb.org/help/file-formats/

# Temporary files
*.000
*.bak
*.bck
*.kicad_pcb-bak
*~
_autosave-*
*.tmp
*-rescue.lib
*-save.pro
*-save.kicad_pcb

# Netlist files (exported from Eeschema)
*.net

# Autorouter files (exported from Pcbnew)
*.dsn
*.ses

# Exported BOM files
*.xml
*.csv
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# STeMCell
STM32 breakout in promicro footprint

### Current version:

#### v0.0.1

<p align="center">
<img alt="Front" src="images/v0.0.1_front.png" width="45%">
&nbsp; &nbsp; &nbsp; &nbsp;
<img alt="Back" src="images/v0.0.1_back.png" width="45%">
</p>

> ** Warning:**
> Current version is not tested yet.
Loading

0 comments on commit 95b288c

Please sign in to comment.