Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
551a614
Digital I/O sub category translated
ThomArmax Jan 20, 2018
7811878
Analog I/O sub category translated
ThomArmax Jan 20, 2018
d6c15b4
Advanced I/O sub category translated
ThomArmax Jan 20, 2018
7b3d747
Bits and Bytes sub category translated
ThomArmax Jan 20, 2018
3580fb9
External Interrupts sub category translated
ThomArmax Jan 20, 2018
4b1b248
Random Numbers sub category translated
ThomArmax Jan 20, 2018
b375a9b
Characters sub category translated
ThomArmax Jan 20, 2018
c95b2c3
Trigonometry sub category translated
ThomArmax Jan 20, 2018
3b48306
Math sub category translated
ThomArmax Jan 20, 2018
8ef3b29
Time sub category translated
ThomArmax Jan 20, 2018
f32b226
Zero, Due & MKR Family sub category translated
ThomArmax Jan 20, 2018
ffe6f96
Interrupts sub category translated
ThomArmax Jan 20, 2018
3f96877
Arithmetic Operators sub category translated
ThomArmax Jan 20, 2018
d3cd76a
Bitwise Operators sub category translated
ThomArmax Jan 20, 2018
544e55b
Boolean Operators sub category translated
ThomArmax Jan 20, 2018
b141e8c
Comparison Operators sub category translated
ThomArmax Jan 20, 2018
f379947
Compound Operators sub category translated
ThomArmax Jan 20, 2018
263b221
Control Structure sub category translated
ThomArmax Jan 20, 2018
04172e6
Further Syntax sub category translated
ThomArmax Jan 20, 2018
aeb487f
Pointer Access Operators sub category translated
ThomArmax Jan 20, 2018
fdb8181
Constants sub category translated
ThomArmax Jan 20, 2018
446da97
Data Types sub category translated
ThomArmax Jan 20, 2018
efe4cf3
Utilities sub category translated
ThomArmax Jan 20, 2018
6450250
StringObject Function sub category translated
ThomArmax Jan 20, 2018
9580c79
StringObject Operator sub category translated
ThomArmax Jan 20, 2018
480919b
Variable Scope & Qualifiers sub category translated
ThomArmax Jan 20, 2018
2185964
Function category translated
ThomArmax Jan 20, 2018
710ba13
Fix comments according to new categories names
ThomArmax Jan 20, 2018
708c5fc
Some titles translated
ThomArmax Jan 20, 2018
3192a63
stream, serial, Keyboard and Mouse title translated
ThomArmax Jan 20, 2018
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
@@ -1,12 +1,12 @@
---
title: Parent of Entity Title
categories: [ "Functions" ]
categories: [ "Fonctions" ]
subCategories: [ "Subcategory Name" ]
---
// ARDUINO LANGUAGE REFERENCE TAG (above) ►►►►► ALWAYS INCLUDE IN YOUR FILE ◄◄◄◄◄
// title will show up in the Index of all Reference terms
// categories: Pick between Structure, Variable or Function
// The subcategory within the ones available in the index ("Digital I/O", "Arithmetic Operators")
// categories: Pick between Structure, Variables or Fonctions
// The subcategory within the ones available in the index ("E/S Numériques", "Opérateurs Arithmétiques")



Expand Down Expand Up @@ -78,7 +78,7 @@ http://arduino.cc[serialEvent()]

[float]
=== See also
// Link relevant content by category, such as other Reference terms (please add the tag #LANGUAGE#),
// Link relevant content by category, such as other Reference terms (please add the tag #LANGUAGE#),
// definitions (please add the tag #DEFINITION#), and examples of Projects and Tutorials
// (please add the tag #EXAMPLE#) ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ subCategories: [ "Subcategory Name" ]
// ARDUINO LANGUAGE REFERENCE TAGS (above) ►►►►► ALWAYS INCLUDE IN YOUR FILE ◄◄◄◄◄
// title will show up in the Index of all Reference terms
// If the title is an operator write it out in words in title_expanded
// categories: Pick between Structure, Variable or Function
// The subcategory within the ones available in the index ("Digital I/O", "Arithmetic Operators")
// categories: Pick between Structure, Variables or Fonctions
// The subcategory within the ones available in the index ("E/S Numériques", "Opérateurs Arithmétiques")



Expand Down Expand Up @@ -108,7 +108,7 @@ image::http://arduino.cc/en/uploads/Main/ArduinoUno_R3_Front_450px.jpg[caption="

[float]
=== See also
// Link relevant content by category, such as other Reference terms (please add the tag #LANGUAGE#),
// Link relevant content by category, such as other Reference terms (please add the tag #LANGUAGE#),
// definitions: (please add the tag #DEFINITION#), and examples of Projects and Tutorials
// examples: (please add the tag #EXAMPLE#)

Expand All @@ -117,7 +117,7 @@ image::http://arduino.cc/en/uploads/Main/ArduinoUno_R3_Front_450px.jpg[caption="
// 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.
// Please note that you always need to replace spaces that you might find in folder/file names with %20
// for language tag, items will be automatically generated for any other item of the same subcategory,
// for language tag, items will be automatically generated for any other item of the same subcategory,
// no need to add links to other pages of the same subcategory
// if you don't include this section, a minimal version with only the other pages of the same subcategory will be generated.
* #LANGUAGE# link:../AsciiDoc_Template-Parent_Of_Entities[Parent Of Entities]
Expand All @@ -133,4 +133,3 @@ image::http://arduino.cc/en/uploads/Main/ArduinoUno_R3_Front_450px.jpg[caption="

--
// SEE ALSO SECTION ENDS

4 changes: 2 additions & 2 deletions Language/Functions/Advanced IO/noTone.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: noTone()
title_expanded: ""
categories: [ "Functions" ]
subCategories: [ "Advanced I/O" ]
categories: [ "Fonctions" ]
subCategories: [ "E/S Avancées" ]
aliases: [ /language/functions/advanced-io/noTone/ ]
---

Expand Down
4 changes: 2 additions & 2 deletions Language/Functions/Advanced IO/pulseIn.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: pulseIn()
categories: [ "Functions" ]
subCategories: [ "Advanced I/O" ]
categories: [ "Fonctions" ]
subCategories: [ "E/S Avancées" ]
---


Expand Down
4 changes: 2 additions & 2 deletions Language/Functions/Advanced IO/pulseInLong.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: pulseInLong()
categories: [ "Functions" ]
subCategories: [ "Advanced I/O" ]
categories: [ "Fonctions" ]
subCategories: [ "E/S Avancées" ]
---


Expand Down
4 changes: 2 additions & 2 deletions Language/Functions/Advanced IO/shiftIn.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: shiftIn()
categories: [ "Functions" ]
subCategories: [ "Advanced I/O" ]
categories: [ "Fonctions" ]
subCategories: [ "E/S Avancées" ]
---


Expand Down
4 changes: 2 additions & 2 deletions Language/Functions/Advanced IO/shiftOut.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: shiftOut()
categories: [ "Functions" ]
subCategories: [ "Advanced I/O" ]
categories: [ "Fonctions" ]
subCategories: [ "E/S Avancées" ]
---

= shiftOut()
Expand Down
4 changes: 2 additions & 2 deletions Language/Functions/Advanced IO/tone.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: tone()
categories: [ "Functions" ]
subCategories: [ "Advanced I/O" ]
categories: [ "Fonctions" ]
subCategories: [ "E/S Avancées" ]
---


Expand Down
4 changes: 2 additions & 2 deletions Language/Functions/Analog IO/analogRead.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: analogRead()
categories: [ "Functions" ]
subCategories: [ "Analog I/O" ]
categories: [ "Fonctions" ]
subCategories: [ "E/S Analogiques" ]
---


Expand Down
4 changes: 2 additions & 2 deletions Language/Functions/Analog IO/analogReference.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: analogReference()
categories: [ "Functions" ]
subCategories: [ "Analog I/O" ]
categories: [ "Fonctions" ]
subCategories: [ "E/S Analogiques" ]
---


Expand Down
4 changes: 2 additions & 2 deletions Language/Functions/Analog IO/analogWrite.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: analogWrite()
categories: [ "Functions" ]
subCategories: [ "Analog I/O" ]
categories: [ "Fonctions" ]
subCategories: [ "E/S Analogiques" ]
---


Expand Down
4 changes: 2 additions & 2 deletions Language/Functions/Bits and Bytes/bit.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: bit()
categories: [ "Functions" ]
subCategories: [ "Bits and Bytes" ]
categories: [ "Fonctions" ]
subCategories: [ "Bits et Octets" ]
---


Expand Down
4 changes: 2 additions & 2 deletions Language/Functions/Bits and Bytes/bitClear.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: bitClear()
categories: [ "Functions" ]
subCategories: [ "Bits and Bytes" ]
categories: [ "Fonctions" ]
subCategories: [ "Bits et Octets" ]
---


Expand Down
4 changes: 2 additions & 2 deletions Language/Functions/Bits and Bytes/bitRead.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: bitRead()
categories: [ "Functions" ]
subCategories: [ "Bits and Bytes" ]
categories: [ "Fonctions" ]
subCategories: [ "Bits et Octets" ]
---


Expand Down
4 changes: 2 additions & 2 deletions Language/Functions/Bits and Bytes/bitSet.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: bitSet()
categories: [ "Functions" ]
subCategories: [ "Bits and Bytes" ]
categories: [ "Fonctions" ]
subCategories: [ "Bits et Octets" ]
---


Expand Down
4 changes: 2 additions & 2 deletions Language/Functions/Bits and Bytes/bitWrite.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: bitWrite()
categories: [ "Functions" ]
subCategories: [ "Bits and Bytes" ]
categories: [ "Fonctions" ]
subCategories: [ "Bits et Octets" ]
---


Expand Down
4 changes: 2 additions & 2 deletions Language/Functions/Bits and Bytes/highByte.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: highByte()
categories: [ "Functions" ]
subCategories: [ "Bits and Bytes" ]
categories: [ "Fonctions" ]
subCategories: [ "Bits et Octets" ]
---


Expand Down
4 changes: 2 additions & 2 deletions Language/Functions/Bits and Bytes/lowByte.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: lowByte()
categories: [ "Functions" ]
subCategories: [ "Bits and Bytes" ]
categories: [ "Fonctions" ]
subCategories: [ "Bits et Octets" ]
---


Expand Down
4 changes: 2 additions & 2 deletions Language/Functions/Characters/isAlpha.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "isAlpha()"
categories: [ "Functions" ]
subCategories: [ "Characters" ]
categories: [ "Fonctions" ]
subCategories: [ "Caractères" ]
---


Expand Down
4 changes: 2 additions & 2 deletions Language/Functions/Characters/isAlphaNumeric.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "isAlphaNumeric()"
categories: [ "Functions" ]
subCategories: [ "Characters" ]
categories: [ "Fonctions" ]
subCategories: [ "Caractères" ]
---


Expand Down
4 changes: 2 additions & 2 deletions Language/Functions/Characters/isAscii.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "isAscii()"
categories: [ "Functions" ]
subCategories: [ "Characters" ]
categories: [ "Fonctions" ]
subCategories: [ "Caractères" ]
---


Expand Down
4 changes: 2 additions & 2 deletions Language/Functions/Characters/isControl.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "isControl()"
categories: [ "Functions" ]
subCategories: [ "Characters" ]
categories: [ "Fonctions" ]
subCategories: [ "Caractères" ]
---


Expand Down
4 changes: 2 additions & 2 deletions Language/Functions/Characters/isDigit.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "isDigit()"
categories: [ "Functions" ]
subCategories: [ "Characters" ]
categories: [ "Fonctions" ]
subCategories: [ "Caractères" ]
---


Expand Down
4 changes: 2 additions & 2 deletions Language/Functions/Characters/isGraph.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "isGraph()"
categories: [ "Functions" ]
subCategories: [ "Characters" ]
categories: [ "Fonctions" ]
subCategories: [ "Caractères" ]
---


Expand Down
4 changes: 2 additions & 2 deletions Language/Functions/Characters/isHexadecimalDigit.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "isHexadecimalDigit()"
categories: [ "Functions" ]
subCategories: [ "Characters" ]
categories: [ "Fonctions" ]
subCategories: [ "Caractères" ]
---


Expand Down
4 changes: 2 additions & 2 deletions Language/Functions/Characters/isLowerCase.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "isLowerCase()"
categories: [ "Functions" ]
subCategories: [ "Characters" ]
categories: [ "Fonctions" ]
subCategories: [ "Caractères" ]
---


Expand Down
4 changes: 2 additions & 2 deletions Language/Functions/Characters/isPrintable.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "isPrintable()"
categories: [ "Functions" ]
subCategories: [ "Characters" ]
categories: [ "Fonctions" ]
subCategories: [ "Caractères" ]
---


Expand Down
4 changes: 2 additions & 2 deletions Language/Functions/Characters/isPunct.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "isPunct()"
categories: [ "Functions" ]
subCategories: [ "Characters" ]
categories: [ "Fonctions" ]
subCategories: [ "Caractères" ]
---


Expand Down
4 changes: 2 additions & 2 deletions Language/Functions/Characters/isSpace.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "isSpace()"
categories: [ "Functions" ]
subCategories: [ "Characters" ]
categories: [ "Fonctions" ]
subCategories: [ "Caractères" ]
---


Expand Down
4 changes: 2 additions & 2 deletions Language/Functions/Characters/isUpperCase.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "isUpperCase()"
categories: [ "Functions" ]
subCategories: [ "Characters" ]
categories: [ "Fonctions" ]
subCategories: [ "Caractères" ]
---


Expand Down
4 changes: 2 additions & 2 deletions Language/Functions/Characters/isWhitespace.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "isWhitespace()"
categories: [ "Functions" ]
subCategories: [ "Characters" ]
categories: [ "Fonctions" ]
subCategories: [ "Caractères" ]
---


Expand Down
4 changes: 2 additions & 2 deletions Language/Functions/Communication/serial.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: serial
categories: [ "Functions" ]
title: série
categories: [ "Fonctions" ]
subCategories: [ "Communication" ]
---

Expand Down
4 changes: 2 additions & 2 deletions Language/Functions/Communication/stream.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: stream
categories: [ "Functions" ]
title: flux
categories: [ "Fonctions" ]
subCategories: [ "Communication" ]
---

Expand Down
4 changes: 2 additions & 2 deletions Language/Functions/Digital IO/digitalRead.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: digitalRead()
categories: [ "Functions" ]
subCategories: [ "Digital I/O" ]
categories: [ "Fonctions" ]
subCategories: [ "E/S Numériques" ]
---


Expand Down
4 changes: 2 additions & 2 deletions Language/Functions/Digital IO/digitalWrite.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: digitalWrite()
categories: [ "Functions" ]
subCategories: [ "Digital I/O" ]
categories: [ "Fonctions" ]
subCategories: [ "E/S Numériques" ]
---


Expand Down
4 changes: 2 additions & 2 deletions Language/Functions/Digital IO/pinMode.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: pinMode()
categories: [ "Functions" ]
subCategories: [ "Digital I/O" ]
categories: [ "Fonctions" ]
subCategories: [ "E/S Numériques" ]
---


Expand Down
Loading