Minor changes in readme for prod #7
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -5,4 +5,4 @@
|
|||||||
*.cmp diff=allspice linguist-detectable
|
*.cmp diff=allspice linguist-detectable
|
||||||
*.kicad_pro linguist-generated
|
*.kicad_pro linguist-generated
|
||||||
*.kicad_pcb.lck linguist-generated
|
*.kicad_pcb.lck linguist-generated
|
||||||
*.kicad_sch.lck linguist-generated
|
*.kicad_sch.lck linguist-generated
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -12,6 +12,8 @@
|
|||||||
*.kicad_prl
|
*.kicad_prl
|
||||||
*.sch-bak
|
*.sch-bak
|
||||||
*~
|
*~
|
||||||
|
*.kicad_sch.lck
|
||||||
|
*.kicad_pcb.lck
|
||||||
_autosave-*
|
_autosave-*
|
||||||
*.tmp
|
*.tmp
|
||||||
*-save.pro
|
*-save.pro
|
||||||
|
@ -38,6 +38,7 @@ Named "Uno" to signify the release of Arduino Software (IDE) 1.0, this board has
|
|||||||
| Width | 53.4 mm |
|
| Width | 53.4 mm |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## To Do List
|
## To Do List
|
||||||
|
|
||||||
To make the most out of this demo we suggest you to:
|
To make the most out of this demo we suggest you to:
|
||||||
@ -51,11 +52,14 @@ To make the most out of this demo we suggest you to:
|
|||||||
- [ ] Fork the repo and make an update yourself to later do a resign review
|
- [ ] Fork the repo and make an update yourself to later do a resign review
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
- [Git 101](https://learn.allspice.io/docs/git-101)
|
- [Git 101](https://learn.allspice.io/docs/git-101)
|
||||||
- [AllSpice Crash Course](https://learn.allspice.io/docs/allspice-crash-course)
|
- [AllSpice Crash Course](https://learn.allspice.io/docs/allspice-crash-course)
|
||||||
- [Design review and merging guide](https://learn.allspice.io/docs/design-reviews-and-merging)
|
- [Design review and merging guide](https://learn.allspice.io/docs/design-reviews-and-merging)
|
||||||
- Importance of [.gitignore](https://learn.allspice.io/docs/git-101) and [.gitattributes](https://learn.allspice.io/docs/how-to-minimize-files-in-design-review-by-file-pattern-or-extension) files.
|
- Importance of [.gitignore](https://learn.allspice.io/docs/git-101) and [.gitattributes](https://learn.allspice.io/docs/how-to-minimize-files-in-design-review-by-file-pattern-or-extension) files.
|
||||||
|
|
||||||
|
|
||||||
## Sources
|
## Sources
|
||||||
|
|
||||||
- [Original Arduino Board](https://store.arduino.cc/products/arduino-uno-rev3)
|
- [Original Arduino Board](https://store.arduino.cc/products/arduino-uno-rev3)
|
||||||
|
Loading…
Reference in New Issue
Block a user