Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
b6345fa
adding and moving around style guides
jhansson-ard Mar 3, 2022
a2f1b82
formatted library creating guide
jhansson-ard Mar 3, 2022
6b79f70
updated tags
jhansson-ard Mar 3, 2022
17bc1d6
renamed folder and updated frontmatter
jhansson-ard Mar 3, 2022
a3331b4
renamed folder
jhansson-ard Mar 3, 2022
746a4fb
moved style content
jhansson-ard Mar 3, 2022
ac77c2e
moved folders..again
jhansson-ard Mar 3, 2022
f70dd51
adding title to category
jhansson-ard Mar 3, 2022
eca5c31
adding image guide iamges
jhansson-ard Mar 3, 2022
513f892
added images and how to take screenshots
jhansson-ard Mar 3, 2022
507c076
updating hyperlinks to pages
jhansson-ard Mar 3, 2022
bce3541
reordering content and adding contributing page
jhansson-ard Mar 3, 2022
d5d0747
removed image style guide as it is not yet done
jhansson-ard Apr 25, 2022
2cf1257
Update content/learn/08.contributions/04.arduino-creating-content-gui…
jhansson-ard May 2, 2022
1436500
Update content/learn/08.contributions/04.arduino-creating-content-gui…
jhansson-ard May 2, 2022
0c9d59d
Update content/learn/08.contributions/00.arduino-writing-style-guide/…
jhansson-ard May 2, 2022
c4518b8
Update content/learn/08.contributions/04.arduino-creating-content-gui…
jhansson-ard May 2, 2022
606f9a0
Update content/learn/08.contributions/01.arduino-library-style-guide/…
jhansson-ard May 12, 2022
6d5de4f
Update content/learn/08.contributions/01.arduino-library-style-guide/…
jhansson-ard May 12, 2022
189a883
Update content/learn/08.contributions/01.arduino-library-style-guide/…
jhansson-ard May 12, 2022
9240e81
Update content/learn/08.contributions/01.arduino-library-style-guide/…
jhansson-ard May 12, 2022
429856e
Update content/learn/08.contributions/03.arduino-creating-library-gui…
jhansson-ard May 12, 2022
2b136e0
Update content/learn/08.contributions/03.arduino-creating-library-gui…
jhansson-ard May 12, 2022
f5eed32
Update content/learn/08.contributions/04.arduino-creating-content-gui…
jhansson-ard May 12, 2022
f77a1f2
Update content/learn/08.contributions/03.arduino-creating-library-gui…
jhansson-ard May 12, 2022
305b57f
Update content/learn/08.contributions/00.arduino-writing-style-guide/…
jhansson-ard May 12, 2022
259888c
Update content/learn/08.contributions/04.arduino-creating-content-gui…
jhansson-ard May 12, 2022
e6aeace
Update content/learn/08.contributions/00.arduino-writing-style-guide/…
jhansson-ard May 12, 2022
d43e724
Update content/learn/08.contributions/04.arduino-creating-content-gui…
jhansson-ard May 13, 2022
240c396
Update content/learn/08.contributions/01.arduino-library-style-guide/…
jhansson-ard May 18, 2022
0974342
Update content/learn/08.contributions/01.arduino-library-style-guide/…
jhansson-ard May 18, 2022
f285408
Update content/learn/08.contributions/01.arduino-library-style-guide/…
jhansson-ard May 18, 2022
a297aa5
Update content/learn/08.contributions/01.arduino-library-style-guide/…
jhansson-ard May 18, 2022
a9a1255
Update content/learn/08.contributions/01.arduino-library-style-guide/…
jhansson-ard May 18, 2022
a4c39ff
Update content/learn/08.contributions/01.arduino-library-style-guide/…
jhansson-ard May 18, 2022
2a43c12
Update content/learn/08.contributions/03.arduino-creating-library-gui…
jhansson-ard May 18, 2022
6fa509f
Update content/learn/08.contributions/03.arduino-creating-library-gui…
jhansson-ard May 18, 2022
90311c7
Update content/learn/08.contributions/03.arduino-creating-library-gui…
jhansson-ard May 18, 2022
80dfeaf
Update content/learn/08.contributions/01.arduino-library-style-guide/…
jhansson-ard May 20, 2022
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
adding image guide iamges
  • Loading branch information
jhansson-ard authored and marqdevx committed May 5, 2022
commit eca5c31f8a875b4e5ec8f162b62cc284fe66b476
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,17 @@ This tutorial will focus on creating **circuit diagrams**, **schematics** and **

- Don't over-use images.
- Format images to be 1920x1080
-

### Suggested creation platforms

- Fritzing
- Figma
-

## Image styles

### Circuit Diagrams

![](assets/simple-circuit.png)
![Example of a circuit diagram](assets/simple-circuit.png)

**Circuit diagrams** represent how Arduino products work with components in order to function.

Expand All @@ -51,19 +49,21 @@ This tutorial will focus on creating **circuit diagrams**, **schematics** and **

![Colors of jumper wires](assets/jumperwires.png)

Components for the circuit diagrams can be found [here]().

### Schematics

![](assets/simple-schematic.png)
![Example of schematic.](assets/simple-schematic.png)

A **schematic** is a stylized electronic diagram explaining electric circuits.

Standard circuit diagrams or schematics are non stylised and are used primarily by hardware engineers and programmers internally. An example of this can be seen below.

![](assets/engineer-schematic.png)
![Complex schematic.](assets/engineer-schematic.png)

The schematics for the Arduino Documentation website however are a bit more simple.

![](assets/simple-schematic.png)
![Simple schematic.](assets/simple-schematic.png)

**Basic rules**

Expand All @@ -72,8 +72,18 @@ The schematics for the Arduino Documentation website however are a bit more simp

### Screenshots

![]()
![Example of screenshot.](assets/screenshot-example.png)

**Screenshots** are most often used to show the program in the Arduino IDE or any other chosen software.

When taking screenshots it's important to think of legibility, consistency and aesthetic.

|Background color|Code|
|-----|----|
|Teal|#A5F2EE66 at 40%|

![Example browser.](assets/screenshot.png)

![Example standard IDE.](assets/Example%20-%20Standard%20IDE%20Screenshot.png)

![Example zoomed in.](assets/Example%20-%20Zoomed%20in%20Screenshot%20on%20specific%20area.png)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.