Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ subCategories: [ "Subcategory Name" ]





// PAGE TITLE
= title

Expand Down Expand Up @@ -56,7 +54,6 @@ Nothing




// HOW TO USE SECTION STARTS
[#howtouse]
--
Expand All @@ -66,7 +63,6 @@ Nothing
// Describe what the example code is all about and add relevant code ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
Sets the output to the LED proportional to the value read from the potentiometer.


[source,arduino]
// Add relevant code that exemplify the use of the Reference term,
// Please note that sometimes when copy-pasting code, a few spaces can be added at the beginnng of each line of code.
Expand Down Expand Up @@ -102,6 +98,7 @@ image::http://arduino.cc/en/uploads/Main/ArduinoUno_R3_Front_450px.jpg[caption="
// HOW TO USE SECTION ENDS



// SEE ALSO SECTION
[#see_also]
--
Expand All @@ -112,7 +109,6 @@ image::http://arduino.cc/en/uploads/Main/ArduinoUno_R3_Front_450px.jpg[caption="
// definitions: (please add the tag #DEFINITION#), and examples of Projects and Tutorials
// examples: (please add the tag #EXAMPLE#)


[role="language"]
// Whenever you want to link to another Reference term, or more in general to a relative link,
// use the syntax shown below. Please note that the file format is subsituted by attribute.
Expand All @@ -133,4 +129,3 @@ image::http://arduino.cc/en/uploads/Main/ArduinoUno_R3_Front_450px.jpg[caption="

--
// SEE ALSO SECTION ENDS