Skip to content

Commit d423ea0

Browse files
author
smellai
committed
Merge branch 'master' of github.com:arduino/reference-jp
2 parents 14f7e4d + 6241588 commit d423ea0

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Language/Functions/Arduino DUE only/analogWriteResolution.adoc

+6-4
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,12 @@ void loop(){
105105
もし, `analogWriteResolution()` の値をボードの能力以下に設定した場合,ハードウェアの必要としているサイズまで,欠けているビットが *0で埋め合わされます.* 例として,Dueの12ビットD/A変換ピンで `analogWriteResolution(8)` に設定した場合, `analogWrite()` は12ビットが必要なため,8ビットの値に4ビット分の0が追加されます.
106106
[%hardbreaks]
107107

108+
// SEE ALSO SECTION
109+
[#see_also]
110+
--
111+
108112
[float]
109113
=== 参照
110-
// Link relevant content by category, such as other Reference terms (please add the tag #LANGUAGE#),
111-
// definitions (please add the tag #DEFINITION#), and examples of Projects and Tutorials
112-
// (please add the tag #EXAMPLE#) ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
113114

114-
// HOW TO USE SECTION ENDS
115+
--
116+
// SEE ALSO SECTION ENDS

Language/Functions/Bits and Bytes/highByte.adoc

+5-7
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,12 @@ byte
4040

4141

4242

43-
// HOW TO USE SECTION STARTS
44-
[#howtouse]
43+
// SEE ALSO SECTION
44+
[#see_also]
4545
--
4646

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

53-
// HOW TO USE SECTION ENDS
50+
--
51+
// SEE ALSO SECTION ENDS

0 commit comments

Comments
 (0)