Minor changes in readme for prod #7
@ -43,8 +43,7 @@ Named "Uno" to signify the release of Arduino Software (IDE) 1.0, this board has
|
|||||||
To make the most out of this demo we suggest you to:
|
To make the most out of this demo we suggest you to:
|
||||||
|
|
||||||
- [ ] Clone this repo to your local env
|
- [ ] Clone this repo to your local env
|
||||||
- [ ] Review the schematics and PCB files within AllSpice and your local env.
|
- [ ] Review the schematics and PCB files within AllSpice and your local env
|
||||||
- [ ] Take a look at the datasheet in [this file](https://hub.allspice.io/AllSpice-demos/KiCAD-Demo/src/branch/main/Arduino-A000066-datasheet.pdf)
|
|
||||||
- [ ] Review the issues tab and create a new one from the templates.
|
- [ ] Review the issues tab and create a new one from the templates.
|
||||||
- [ ] Review the Design reviews tab and the comments left
|
- [ ] Review the Design reviews tab and the comments left
|
||||||
- [ ] See the releases for the [repo](https://hub.allspice.io/allspice-hermes/ArduinoUNO-DEMO/releases)
|
- [ ] See the releases for the [repo](https://hub.allspice.io/allspice-hermes/ArduinoUNO-DEMO/releases)
|
||||||
@ -55,7 +54,8 @@ To make the most out of this demo we suggest you to:
|
|||||||
- [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.
|
|
||||||
|
|
||||||
## Sources
|
## Sources
|
||||||
|
|
||||||
- [Original Arduino Board](https://store.arduino.cc/products/arduino-uno-rev3)
|
- [Original Arduino Board](https://store.arduino.cc/products/arduino-uno-rev3)
|
||||||
|
9
SingleBoardComputer.kicad_pro
generated
9
SingleBoardComputer.kicad_pro
generated
@ -59,7 +59,12 @@
|
|||||||
"width": 0.0
|
"width": 0.0
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"drc_exclusions": [],
|
"drc_exclusions": [
|
||||||
|
"silk_over_copper|76200000|114815000|87b8b328-7c18-46dd-9c02-abb9ed66fc64|926f1372-a754-462d-b6bc-e9e4c844a0d4",
|
||||||
|
"silk_over_copper|76200000|124015000|87b8b328-7c18-46dd-9c02-abb9ed66fc64|7a6114dc-3e6e-4244-a026-dd5cc7d536f2",
|
||||||
|
"silk_over_copper|76200000|82740000|87b8b328-7c18-46dd-9c02-abb9ed66fc64|b088434a-b9ba-4be7-88e6-4a2943e64cc2",
|
||||||
|
"silk_over_copper|76200000|95060000|87b8b328-7c18-46dd-9c02-abb9ed66fc64|4c921ba0-fa7f-44b2-ab6c-5233c1322f1f"
|
||||||
|
],
|
||||||
"meta": {
|
"meta": {
|
||||||
"version": 2
|
"version": 2
|
||||||
},
|
},
|
||||||
@ -607,7 +612,7 @@
|
|||||||
"sheets": [
|
"sheets": [
|
||||||
[
|
[
|
||||||
"0f636aba-d290-427e-af40-e046961774ac",
|
"0f636aba-d290-427e-af40-e046961774ac",
|
||||||
"Root"
|
""
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"069afe5b-33fc-4c81-8e14-9833c58df62f",
|
"069afe5b-33fc-4c81-8e14-9833c58df62f",
|
||||||
|
LOADING
Loading…
Reference in New Issue
Block a user