Minor changes in readme for prod #7

Merged
allspice-hermes merged 8 commits from develop into main 2024-07-25 13:32:02 +00:00
4 changed files with 7 additions and 1 deletions

BIN
.DS_Store vendored

Binary file not shown.

2
.gitattributes vendored
View File

@ -5,4 +5,4 @@
*.cmp diff=allspice linguist-detectable
*.kicad_pro linguist-generated
*.kicad_pcb.lck linguist-generated
*.kicad_sch.lck linguist-generated
*.kicad_sch.lck linguist-generated

2
.gitignore vendored
View File

@ -12,6 +12,8 @@
*.kicad_prl
*.sch-bak
*~
*.kicad_sch.lck
*.kicad_pcb.lck
_autosave-*
*.tmp
*-save.pro

View File

@ -38,6 +38,7 @@ Named "Uno" to signify the release of Arduino Software (IDE) 1.0, this board has
| Width | 53.4 mm |
## To Do List
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
## Documentation
- [Git 101](https://learn.allspice.io/docs/git-101)
- [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)
- 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
- [Original Arduino Board](https://store.arduino.cc/products/arduino-uno-rev3)