Skip to content

Commit e2731d9

Browse files
authored
Update AsciiDoc_Template-Single_Entity.adoc
1 parent 5cd4787 commit e2731d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AsciiDoc_sample/Reference_Terms/AsciiDoc_Template-Single_Entity.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
--
1717

1818
[float]
19-
=== Description
19+
=== #Description#
2020
// Describe what this Reference term does, and what it is used for ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
2121
Writes an analog value (http://arduino.cc/en/Tutorial/PWM[PWM wave]) to a pin. Can be used to light a LED at varying brightnesses or drive a motor at various speeds. After a call to `analogWrite()`, the pin will generate a steady square wave of the specified duty cycle until the next call to `analogWrite()` (or a call to `digitalRead()` or `digitalWrite()` on the same pin). The frequency of the PWM signal on most pins is approximately 490 Hz. On the Uno and similar boards, pins 5 and 6 have a frequency of approximately 980 Hz.
2222
[%hardbreaks]

0 commit comments

Comments
 (0)