-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReadMe.doc
More file actions
58 lines (41 loc) · 1.5 KB
/
Copy pathReadMe.doc
File metadata and controls
58 lines (41 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
:Author: roymitchley
:Email: roy.mitchley@gmail.com
:Date: 15/06/2018
:Revision: version#
:License: Public Domain
= Project: {Project}
Describe your project
== Step 1: Installation
Please describe the steps to install this project.
For example:
1. Open this file
2. Edit as you like
3. Release to the World!
== Step 2: Assemble the circuit
Assemble the circuit following the diagram layout.png attached to the sketch
== Step 3: Load the code
Upload the code contained in this sketch on to your board
=== Folder structure
....
sketch123 => Arduino sketch folder
├── sketch123.ino => main Arduino file
├── schematics.png => (optional) an image of the required schematics
├── layout.png => (optional) an image of the layout
└── ReadMe.adoc => this file
....
=== License
This project is released under a {License} License.
=== Contributing
To contribute to this project please contact roymitchley <roy.mitchley@gmail.com>
=== BOM
Add the bill of the materials you need for this project.
|===
| ID | Part name | Part number | Quantity
| R1 | 10k Resistor | 1234-abcd | 10
| L1 | Red LED | 2345-asdf | 5
| A1 | Arduino Zero | ABX00066 | 1
|===
=== Help
This document is written in the _AsciiDoc_ format, a markup language to describe documents.
If you need help you can search the http://www.methods.co.nz/asciidoc[AsciiDoc homepage]
or consult the http://powerman.name/doc/asciidoc[AsciiDoc cheatsheet]